#[repr(C)]pub enum GApplicationFlags {
FlagsNone = 0,
IsService = 1,
IsLauncher = 2,
HandlesOpen = 4,
HandlesCommandLine = 8,
SendEnvironment = 16,
NonUnique = 32,
}Variants§
FlagsNone = 0
IsService = 1
IsLauncher = 2
HandlesOpen = 4
HandlesCommandLine = 8
SendEnvironment = 16
NonUnique = 32
Auto Trait Implementations§
impl Freeze for GApplicationFlags
impl RefUnwindSafe for GApplicationFlags
impl Send for GApplicationFlags
impl Sync for GApplicationFlags
impl Unpin for GApplicationFlags
impl UnwindSafe for GApplicationFlags
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