Struct gio::ApplicationFlags [−]
pub struct ApplicationFlags { /* fields omitted */ }Methods
impl ApplicationFlags
impl ApplicationFlagspub const FLAGS_NONE: ApplicationFlags
FLAGS_NONE: ApplicationFlags = ApplicationFlags{bits: 0,}
pub const IS_SERVICE: ApplicationFlags
IS_SERVICE: ApplicationFlags = ApplicationFlags{bits: 1,}
pub const IS_LAUNCHER: ApplicationFlags
IS_LAUNCHER: ApplicationFlags = ApplicationFlags{bits: 2,}
pub const HANDLES_OPEN: ApplicationFlags
HANDLES_OPEN: ApplicationFlags = ApplicationFlags{bits: 4,}
pub const HANDLES_COMMAND_LINE: ApplicationFlags
HANDLES_COMMAND_LINE: ApplicationFlags = ApplicationFlags{bits: 8,}
pub const SEND_ENVIRONMENT: ApplicationFlags
SEND_ENVIRONMENT: ApplicationFlags = ApplicationFlags{bits: 16,}
pub const NON_UNIQUE: ApplicationFlags
NON_UNIQUE: ApplicationFlags = ApplicationFlags{bits: 32,}
pub const CAN_OVERRIDE_APP_ID: ApplicationFlags
CAN_OVERRIDE_APP_ID: ApplicationFlags = ApplicationFlags{bits: 64,}
pub fn empty() -> ApplicationFlags
pub fn empty() -> ApplicationFlagsReturns an empty set of flags.
pub fn all() -> ApplicationFlags
pub fn all() -> ApplicationFlagsReturns the set containing all flags.
pub fn bits(&self) -> u32
pub fn bits(&self) -> u32Returns the raw value of the flags currently stored.
pub fn from_bits(bits: u32) -> Option<ApplicationFlags>
pub fn from_bits(bits: u32) -> Option<ApplicationFlags>Convert from underlying bit representation, unless that representation contains bits that do not correspond to a flag.
pub fn from_bits_truncate(bits: u32) -> ApplicationFlags
pub fn from_bits_truncate(bits: u32) -> ApplicationFlagsConvert from underlying bit representation, dropping any bits that do not correspond to flags.
pub fn is_empty(&self) -> bool
pub fn is_empty(&self) -> boolReturns true if no flags are currently stored.
pub fn is_all(&self) -> bool
pub fn is_all(&self) -> boolReturns true if all flags are currently set.
pub fn intersects(&self, other: ApplicationFlags) -> bool
pub fn intersects(&self, other: ApplicationFlags) -> boolReturns true if there are flags common to both self and other.
pub fn contains(&self, other: ApplicationFlags) -> bool
pub fn contains(&self, other: ApplicationFlags) -> boolReturns true all of the flags in other are contained within self.
pub fn insert(&mut self, other: ApplicationFlags)
pub fn insert(&mut self, other: ApplicationFlags)Inserts the specified flags in-place.
pub fn remove(&mut self, other: ApplicationFlags)
pub fn remove(&mut self, other: ApplicationFlags)Removes the specified flags in-place.
pub fn toggle(&mut self, other: ApplicationFlags)
pub fn toggle(&mut self, other: ApplicationFlags)Toggles the specified flags in-place.
pub fn set(&mut self, other: ApplicationFlags, value: bool)
pub fn set(&mut self, other: ApplicationFlags, value: bool)Inserts or removes the specified flags depending on the passed value.
Trait Implementations
impl Copy for ApplicationFlags
impl Copy for ApplicationFlagsimpl PartialEq for ApplicationFlags
impl PartialEq for ApplicationFlagsfn eq(&self, other: &ApplicationFlags) -> bool
fn eq(&self, other: &ApplicationFlags) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ApplicationFlags) -> bool
fn ne(&self, other: &ApplicationFlags) -> boolThis method tests for !=.
impl Eq for ApplicationFlags
impl Eq for ApplicationFlagsimpl Clone for ApplicationFlags
impl Clone for ApplicationFlagsfn clone(&self) -> ApplicationFlags
fn clone(&self) -> ApplicationFlagsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl PartialOrd for ApplicationFlags
impl PartialOrd for ApplicationFlagsfn partial_cmp(&self, other: &ApplicationFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &ApplicationFlags) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &ApplicationFlags) -> bool
fn lt(&self, other: &ApplicationFlags) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &ApplicationFlags) -> bool
fn le(&self, other: &ApplicationFlags) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &ApplicationFlags) -> bool
fn gt(&self, other: &ApplicationFlags) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &ApplicationFlags) -> bool
fn ge(&self, other: &ApplicationFlags) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Ord for ApplicationFlags
impl Ord for ApplicationFlagsfn cmp(&self, other: &ApplicationFlags) -> Ordering
fn cmp(&self, other: &ApplicationFlags) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl Hash for ApplicationFlags
impl Hash for ApplicationFlagsfn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for ApplicationFlags
impl Debug for ApplicationFlagsimpl Binary for ApplicationFlags
impl Binary for ApplicationFlagsimpl Octal for ApplicationFlags
impl Octal for ApplicationFlagsimpl LowerHex for ApplicationFlags
impl LowerHex for ApplicationFlagsimpl UpperHex for ApplicationFlags
impl UpperHex for ApplicationFlagsimpl BitOr for ApplicationFlags
impl BitOr for ApplicationFlagstype Output = ApplicationFlags
The resulting type after applying the | operator.
fn bitor(self, other: ApplicationFlags) -> ApplicationFlags
fn bitor(self, other: ApplicationFlags) -> ApplicationFlagsReturns the union of the two sets of flags.
impl BitOrAssign for ApplicationFlags
impl BitOrAssign for ApplicationFlagsfn bitor_assign(&mut self, other: ApplicationFlags)
fn bitor_assign(&mut self, other: ApplicationFlags)Adds the set of flags.
impl BitXor for ApplicationFlags
impl BitXor for ApplicationFlagstype Output = ApplicationFlags
The resulting type after applying the ^ operator.
fn bitxor(self, other: ApplicationFlags) -> ApplicationFlags
fn bitxor(self, other: ApplicationFlags) -> ApplicationFlagsReturns the left flags, but with all the right flags toggled.
impl BitXorAssign for ApplicationFlags
impl BitXorAssign for ApplicationFlagsfn bitxor_assign(&mut self, other: ApplicationFlags)
fn bitxor_assign(&mut self, other: ApplicationFlags)Toggles the set of flags.
impl BitAnd for ApplicationFlags
impl BitAnd for ApplicationFlagstype Output = ApplicationFlags
The resulting type after applying the & operator.
fn bitand(self, other: ApplicationFlags) -> ApplicationFlags
fn bitand(self, other: ApplicationFlags) -> ApplicationFlagsReturns the intersection between the two sets of flags.
impl BitAndAssign for ApplicationFlags
impl BitAndAssign for ApplicationFlagsfn bitand_assign(&mut self, other: ApplicationFlags)
fn bitand_assign(&mut self, other: ApplicationFlags)Disables all flags disabled in the set.
impl Sub for ApplicationFlags
impl Sub for ApplicationFlagstype Output = ApplicationFlags
The resulting type after applying the - operator.
fn sub(self, other: ApplicationFlags) -> ApplicationFlags
fn sub(self, other: ApplicationFlags) -> ApplicationFlagsReturns the set difference of the two sets of flags.
impl SubAssign for ApplicationFlags
impl SubAssign for ApplicationFlagsfn sub_assign(&mut self, other: ApplicationFlags)
fn sub_assign(&mut self, other: ApplicationFlags)Disables all flags enabled in the set.
impl Not for ApplicationFlags
impl Not for ApplicationFlagstype Output = ApplicationFlags
The resulting type after applying the ! operator.
fn not(self) -> ApplicationFlags
fn not(self) -> ApplicationFlagsReturns the complement of this set of flags.
impl Extend<ApplicationFlags> for ApplicationFlags
impl Extend<ApplicationFlags> for ApplicationFlagsfn extend<T: IntoIterator<Item = ApplicationFlags>>(&mut self, iterator: T)
fn extend<T: IntoIterator<Item = ApplicationFlags>>(&mut self, iterator: T)Extends a collection with the contents of an iterator. Read more
impl FromIterator<ApplicationFlags> for ApplicationFlags
impl FromIterator<ApplicationFlags> for ApplicationFlagsfn from_iter<T: IntoIterator<Item = ApplicationFlags>>(
iterator: T
) -> ApplicationFlags
fn from_iter<T: IntoIterator<Item = ApplicationFlags>>(
iterator: T
) -> ApplicationFlagsCreates a value from an iterator. Read more
impl StaticType for ApplicationFlags[src]
impl StaticType for ApplicationFlagsfn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for ApplicationFlags[src]
impl<'a> FromValueOptional<'a> for ApplicationFlagsunsafe fn from_value_optional(value: &Value) -> Option<Self>[src]
unsafe fn from_value_optional(value: &Value) -> Option<Self>impl<'a> FromValue<'a> for ApplicationFlags[src]
impl<'a> FromValue<'a> for ApplicationFlagsunsafe fn from_value(value: &Value) -> Self[src]
unsafe fn from_value(value: &Value) -> Selfimpl SetValue for ApplicationFlags[src]
impl SetValue for ApplicationFlagsAuto Trait Implementations
impl Send for ApplicationFlags
impl Send for ApplicationFlagsimpl Sync for ApplicationFlags
impl Sync for ApplicationFlags