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