#[repr(C)]pub enum DBusHandlerResult {
Handled = 0,
NotYetHandled = 1,
NeedMemory = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for DBusHandlerResult
impl Clone for DBusHandlerResult
Source§fn clone(&self) -> DBusHandlerResult
fn clone(&self) -> DBusHandlerResult
Returns a duplicate 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 DBusHandlerResult
impl Debug for DBusHandlerResult
Source§impl PartialEq for DBusHandlerResult
impl PartialEq for DBusHandlerResult
impl Copy for DBusHandlerResult
impl StructuralPartialEq for DBusHandlerResult
Auto Trait Implementations§
impl Freeze for DBusHandlerResult
impl RefUnwindSafe for DBusHandlerResult
impl Send for DBusHandlerResult
impl Sync for DBusHandlerResult
impl Unpin for DBusHandlerResult
impl UnwindSafe for DBusHandlerResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more