#[repr(u32)]pub enum GDBusProxyFlags {
G_DBUS_PROXY_FLAGS_NONE = 0,
G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES = 1,
G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS = 2,
G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START = 4,
G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES = 8,
G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START_AT_CONSTRUCTION = 16,
G_DBUS_PROXY_FLAGS_NO_MATCH_RULE = 32,
}Variants§
G_DBUS_PROXY_FLAGS_NONE = 0
G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES = 1
G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS = 2
G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START = 4
G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES = 8
G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START_AT_CONSTRUCTION = 16
G_DBUS_PROXY_FLAGS_NO_MATCH_RULE = 32
Trait Implementations§
Source§impl Clone for GDBusProxyFlags
impl Clone for GDBusProxyFlags
Source§fn clone(&self) -> GDBusProxyFlags
fn clone(&self) -> GDBusProxyFlags
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 GDBusProxyFlags
impl Debug for GDBusProxyFlags
Source§impl Hash for GDBusProxyFlags
impl Hash for GDBusProxyFlags
Source§impl PartialEq for GDBusProxyFlags
impl PartialEq for GDBusProxyFlags
impl Copy for GDBusProxyFlags
impl Eq for GDBusProxyFlags
impl StructuralPartialEq for GDBusProxyFlags
Auto Trait Implementations§
impl Freeze for GDBusProxyFlags
impl RefUnwindSafe for GDBusProxyFlags
impl Send for GDBusProxyFlags
impl Sync for GDBusProxyFlags
impl Unpin for GDBusProxyFlags
impl UnwindSafe for GDBusProxyFlags
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