#[repr(C)]pub enum GSettingsBindFlags {
Default = 0,
Get = 1,
Set = 2,
NoSensitivity = 4,
GetNoChanges = 8,
InvertBoolean = 16,
}Variants§
Auto Trait Implementations§
impl Freeze for GSettingsBindFlags
impl RefUnwindSafe for GSettingsBindFlags
impl Send for GSettingsBindFlags
impl Sync for GSettingsBindFlags
impl Unpin for GSettingsBindFlags
impl UnwindSafe for GSettingsBindFlags
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