#[repr(u32)]pub enum GDBusObjectManagerClientFlags {
G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_NONE = 0,
G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_DO_NOT_AUTO_START = 1,
}Variants§
G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_NONE = 0
G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_DO_NOT_AUTO_START = 1
Trait Implementations§
Source§impl Clone for GDBusObjectManagerClientFlags
impl Clone for GDBusObjectManagerClientFlags
Source§fn clone(&self) -> GDBusObjectManagerClientFlags
fn clone(&self) -> GDBusObjectManagerClientFlags
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 Hash for GDBusObjectManagerClientFlags
impl Hash for GDBusObjectManagerClientFlags
Source§impl PartialEq for GDBusObjectManagerClientFlags
impl PartialEq for GDBusObjectManagerClientFlags
Source§fn eq(&self, other: &GDBusObjectManagerClientFlags) -> bool
fn eq(&self, other: &GDBusObjectManagerClientFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GDBusObjectManagerClientFlags
impl Eq for GDBusObjectManagerClientFlags
impl StructuralPartialEq for GDBusObjectManagerClientFlags
Auto Trait Implementations§
impl Freeze for GDBusObjectManagerClientFlags
impl RefUnwindSafe for GDBusObjectManagerClientFlags
impl Send for GDBusObjectManagerClientFlags
impl Sync for GDBusObjectManagerClientFlags
impl Unpin for GDBusObjectManagerClientFlags
impl UnwindSafe for GDBusObjectManagerClientFlags
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