Enum libdbus_sys::DBusDispatchStatus
source · #[repr(C)]
pub enum DBusDispatchStatus {
DataRemains,
Complete,
NeedMemory,
}
Variants§
Trait Implementations§
source§impl Clone for DBusDispatchStatus
impl Clone for DBusDispatchStatus
source§fn clone(&self) -> DBusDispatchStatus
fn clone(&self) -> DBusDispatchStatus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DBusDispatchStatus
impl Debug for DBusDispatchStatus
source§impl PartialEq<DBusDispatchStatus> for DBusDispatchStatus
impl PartialEq<DBusDispatchStatus> for DBusDispatchStatus
source§fn eq(&self, other: &DBusDispatchStatus) -> bool
fn eq(&self, other: &DBusDispatchStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.