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