#[repr(u32)]pub enum GDBusCallFlags {
G_DBUS_CALL_FLAGS_NONE = 0,
G_DBUS_CALL_FLAGS_NO_AUTO_START = 1,
G_DBUS_CALL_FLAGS_ALLOW_INTERACTIVE_AUTHORIZATION = 2,
}Variants§
G_DBUS_CALL_FLAGS_NONE = 0
G_DBUS_CALL_FLAGS_NO_AUTO_START = 1
G_DBUS_CALL_FLAGS_ALLOW_INTERACTIVE_AUTHORIZATION = 2
Trait Implementations§
Source§impl Clone for GDBusCallFlags
impl Clone for GDBusCallFlags
Source§fn clone(&self) -> GDBusCallFlags
fn clone(&self) -> GDBusCallFlags
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 GDBusCallFlags
impl Debug for GDBusCallFlags
Source§impl Hash for GDBusCallFlags
impl Hash for GDBusCallFlags
Source§impl PartialEq for GDBusCallFlags
impl PartialEq for GDBusCallFlags
impl Copy for GDBusCallFlags
impl Eq for GDBusCallFlags
impl StructuralPartialEq for GDBusCallFlags
Auto Trait Implementations§
impl Freeze for GDBusCallFlags
impl RefUnwindSafe for GDBusCallFlags
impl Send for GDBusCallFlags
impl Sync for GDBusCallFlags
impl Unpin for GDBusCallFlags
impl UnwindSafe for GDBusCallFlags
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