#[repr(C)]pub enum GDBusConnectionFlags {
None = 0,
AuthenticationClient = 1,
AuthenticationServer = 2,
AuthenticationAllowAnonymous = 4,
MessageBusConnection = 8,
DelayMessageProcessing = 16,
}Variants§
None = 0
AuthenticationClient = 1
AuthenticationServer = 2
AuthenticationAllowAnonymous = 4
MessageBusConnection = 8
DelayMessageProcessing = 16
Auto Trait Implementations§
impl Freeze for GDBusConnectionFlags
impl RefUnwindSafe for GDBusConnectionFlags
impl Send for GDBusConnectionFlags
impl Sync for GDBusConnectionFlags
impl Unpin for GDBusConnectionFlags
impl UnwindSafe for GDBusConnectionFlags
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