Struct wayland_client::wayland::output::WlOutputMode::WlOutputMode []

pub struct WlOutputMode {
    // some fields omitted
}

Methods

impl WlOutputMode

fn empty() -> WlOutputMode[]

Returns an empty set of flags.

fn all() -> WlOutputMode[]

Returns the set containing all flags.

fn bits(&self) -> u32[]

Returns the raw value of the flags currently stored.

fn from_bits(bits: u32) -> Option<WlOutputMode>[]

Convert from underlying bit representation, unless that representation contains bits that do not correspond to a flag.

fn from_bits_truncate(bits: u32) -> WlOutputMode[]

Convert from underlying bit representation, dropping any bits that do not correspond to flags.

fn is_empty(&self) -> bool[]

Returns true if no flags are currently stored.

fn is_all(&self) -> bool[]

Returns true if all flags are currently set.

fn intersects(&self, other: WlOutputMode) -> bool[]

Returns true if there are flags common to both self and other.

fn contains(&self, other: WlOutputMode) -> bool[]

Returns true all of the flags in other are contained within self.

fn insert(&mut self, other: WlOutputMode)[]

Inserts the specified flags in-place.

fn remove(&mut self, other: WlOutputMode)[]

Removes the specified flags in-place.

fn toggle(&mut self, other: WlOutputMode)[]

Toggles the specified flags in-place.

impl WlOutputMode

fn empty() -> WlOutputMode[]

Returns an empty set of flags.

fn all() -> WlOutputMode[]

Returns the set containing all flags.

fn bits(&self) -> u32[]

Returns the raw value of the flags currently stored.

fn from_bits(bits: u32) -> Option<WlOutputMode>[]

Convert from underlying bit representation, unless that representation contains bits that do not correspond to a flag.

fn from_bits_truncate(bits: u32) -> WlOutputMode[]

Convert from underlying bit representation, dropping any bits that do not correspond to flags.

fn is_empty(&self) -> bool[]

Returns true if no flags are currently stored.

fn is_all(&self) -> bool[]

Returns true if all flags are currently set.

fn intersects(&self, other: WlOutputMode) -> bool[]

Returns true if there are flags common to both self and other.

fn contains(&self, other: WlOutputMode) -> bool[]

Returns true all of the flags in other are contained within self.

fn insert(&mut self, other: WlOutputMode)[]

Inserts the specified flags in-place.

fn remove(&mut self, other: WlOutputMode)[]

Removes the specified flags in-place.

fn toggle(&mut self, other: WlOutputMode)[]

Toggles the specified flags in-place.

Trait Implementations

impl Debug for WlOutputMode

fn fmt(&self, f: &mut Formatter) -> Result

impl BitOr for WlOutputMode

type Output = WlOutputMode

fn bitor(self, other: WlOutputMode) -> WlOutputMode

impl BitOrAssign for WlOutputMode

fn bitor_assign(&mut self, other: WlOutputMode)

impl BitXor for WlOutputMode

type Output = WlOutputMode

fn bitxor(self, other: WlOutputMode) -> WlOutputMode

impl BitXorAssign for WlOutputMode

fn bitxor_assign(&mut self, other: WlOutputMode)

impl BitAnd for WlOutputMode

type Output = WlOutputMode

fn bitand(self, other: WlOutputMode) -> WlOutputMode

impl BitAndAssign for WlOutputMode

fn bitand_assign(&mut self, other: WlOutputMode)

impl Sub for WlOutputMode

type Output = WlOutputMode

fn sub(self, other: WlOutputMode) -> WlOutputMode

impl SubAssign for WlOutputMode

fn sub_assign(&mut self, other: WlOutputMode)

impl Not for WlOutputMode

type Output = WlOutputMode

fn not(self) -> WlOutputMode

impl Extend<WlOutputMode> for WlOutputMode

fn extend<T: IntoIterator<Item=WlOutputMode>>(&mut self, iterator: T)

impl FromIterator<WlOutputMode> for WlOutputMode

fn from_iter<T: IntoIterator<Item=WlOutputMode>>(iterator: T) -> WlOutputMode

impl Debug for WlOutputMode

fn fmt(&self, f: &mut Formatter) -> Result

impl BitOr for WlOutputMode

type Output = WlOutputMode

fn bitor(self, other: WlOutputMode) -> WlOutputMode

impl BitOrAssign for WlOutputMode

fn bitor_assign(&mut self, other: WlOutputMode)

impl BitXor for WlOutputMode

type Output = WlOutputMode

fn bitxor(self, other: WlOutputMode) -> WlOutputMode

impl BitXorAssign for WlOutputMode

fn bitxor_assign(&mut self, other: WlOutputMode)

impl BitAnd for WlOutputMode

type Output = WlOutputMode

fn bitand(self, other: WlOutputMode) -> WlOutputMode

impl BitAndAssign for WlOutputMode

fn bitand_assign(&mut self, other: WlOutputMode)

impl Sub for WlOutputMode

type Output = WlOutputMode

fn sub(self, other: WlOutputMode) -> WlOutputMode

impl SubAssign for WlOutputMode

fn sub_assign(&mut self, other: WlOutputMode)

impl Not for WlOutputMode

type Output = WlOutputMode

fn not(self) -> WlOutputMode

impl Extend<WlOutputMode> for WlOutputMode

fn extend<T: IntoIterator<Item=WlOutputMode>>(&mut self, iterator: T)

impl FromIterator<WlOutputMode> for WlOutputMode

fn from_iter<T: IntoIterator<Item=WlOutputMode>>(iterator: T) -> WlOutputMode

Derived Implementations

impl Hash for WlOutputMode

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Ord for WlOutputMode

fn cmp(&self, __arg_0: &WlOutputMode) -> Ordering

impl PartialOrd for WlOutputMode

fn partial_cmp(&self, __arg_0: &WlOutputMode) -> Option<Ordering>

fn lt(&self, __arg_0: &WlOutputMode) -> bool

fn le(&self, __arg_0: &WlOutputMode) -> bool

fn gt(&self, __arg_0: &WlOutputMode) -> bool

fn ge(&self, __arg_0: &WlOutputMode) -> bool

impl Clone for WlOutputMode

fn clone(&self) -> WlOutputMode

1.0.0fn clone_from(&mut self, source: &Self)

impl Eq for WlOutputMode

impl PartialEq for WlOutputMode

fn eq(&self, __arg_0: &WlOutputMode) -> bool

fn ne(&self, __arg_0: &WlOutputMode) -> bool

impl Copy for WlOutputMode

impl Hash for WlOutputMode

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Ord for WlOutputMode

fn cmp(&self, __arg_0: &WlOutputMode) -> Ordering

impl PartialOrd for WlOutputMode

fn partial_cmp(&self, __arg_0: &WlOutputMode) -> Option<Ordering>

fn lt(&self, __arg_0: &WlOutputMode) -> bool

fn le(&self, __arg_0: &WlOutputMode) -> bool

fn gt(&self, __arg_0: &WlOutputMode) -> bool

fn ge(&self, __arg_0: &WlOutputMode) -> bool

impl Clone for WlOutputMode

fn clone(&self) -> WlOutputMode

1.0.0fn clone_from(&mut self, source: &Self)

impl Eq for WlOutputMode

impl PartialEq for WlOutputMode

fn eq(&self, __arg_0: &WlOutputMode) -> bool

fn ne(&self, __arg_0: &WlOutputMode) -> bool

impl Copy for WlOutputMode