Struct wayland_client::wayland::shell::WlShellSurfaceTransient::WlShellSurfaceTransient []

pub struct WlShellSurfaceTransient {
    // some fields omitted
}

Methods

impl WlShellSurfaceTransient

fn empty() -> WlShellSurfaceTransient

Returns an empty set of flags.

fn all() -> WlShellSurfaceTransient

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<WlShellSurfaceTransient>

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

fn from_bits_truncate(bits: u32) -> WlShellSurfaceTransient

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: WlShellSurfaceTransient) -> bool

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

fn contains(&self, other: WlShellSurfaceTransient) -> bool

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

fn insert(&mut self, other: WlShellSurfaceTransient)

Inserts the specified flags in-place.

fn remove(&mut self, other: WlShellSurfaceTransient)

Removes the specified flags in-place.

fn toggle(&mut self, other: WlShellSurfaceTransient)

Toggles the specified flags in-place.

impl WlShellSurfaceTransient

fn empty() -> WlShellSurfaceTransient

Returns an empty set of flags.

fn all() -> WlShellSurfaceTransient

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<WlShellSurfaceTransient>

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

fn from_bits_truncate(bits: u32) -> WlShellSurfaceTransient

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: WlShellSurfaceTransient) -> bool

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

fn contains(&self, other: WlShellSurfaceTransient) -> bool

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

fn insert(&mut self, other: WlShellSurfaceTransient)

Inserts the specified flags in-place.

fn remove(&mut self, other: WlShellSurfaceTransient)

Removes the specified flags in-place.

fn toggle(&mut self, other: WlShellSurfaceTransient)

Toggles the specified flags in-place.

Trait Implementations

impl Debug for WlShellSurfaceTransient

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

impl BitOr for WlShellSurfaceTransient

type Output = WlShellSurfaceTransient

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

impl BitOrAssign for WlShellSurfaceTransient

fn bitor_assign(&mut self, other: WlShellSurfaceTransient)

impl BitXor for WlShellSurfaceTransient

type Output = WlShellSurfaceTransient

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

impl BitXorAssign for WlShellSurfaceTransient

fn bitxor_assign(&mut self, other: WlShellSurfaceTransient)

impl BitAnd for WlShellSurfaceTransient

type Output = WlShellSurfaceTransient

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

impl BitAndAssign for WlShellSurfaceTransient

fn bitand_assign(&mut self, other: WlShellSurfaceTransient)

impl Sub for WlShellSurfaceTransient

type Output = WlShellSurfaceTransient

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

impl SubAssign for WlShellSurfaceTransient

fn sub_assign(&mut self, other: WlShellSurfaceTransient)

impl Not for WlShellSurfaceTransient

type Output = WlShellSurfaceTransient

fn not(self) -> WlShellSurfaceTransient

impl Extend<WlShellSurfaceTransient> for WlShellSurfaceTransient

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

impl FromIterator<WlShellSurfaceTransient> for WlShellSurfaceTransient

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

impl Debug for WlShellSurfaceTransient

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

impl BitOr for WlShellSurfaceTransient

type Output = WlShellSurfaceTransient

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

impl BitOrAssign for WlShellSurfaceTransient

fn bitor_assign(&mut self, other: WlShellSurfaceTransient)

impl BitXor for WlShellSurfaceTransient

type Output = WlShellSurfaceTransient

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

impl BitXorAssign for WlShellSurfaceTransient

fn bitxor_assign(&mut self, other: WlShellSurfaceTransient)

impl BitAnd for WlShellSurfaceTransient

type Output = WlShellSurfaceTransient

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

impl BitAndAssign for WlShellSurfaceTransient

fn bitand_assign(&mut self, other: WlShellSurfaceTransient)

impl Sub for WlShellSurfaceTransient

type Output = WlShellSurfaceTransient

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

impl SubAssign for WlShellSurfaceTransient

fn sub_assign(&mut self, other: WlShellSurfaceTransient)

impl Not for WlShellSurfaceTransient

type Output = WlShellSurfaceTransient

fn not(self) -> WlShellSurfaceTransient

impl Extend<WlShellSurfaceTransient> for WlShellSurfaceTransient

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

impl FromIterator<WlShellSurfaceTransient> for WlShellSurfaceTransient

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

Derived Implementations

impl Hash for WlShellSurfaceTransient

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 WlShellSurfaceTransient

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

impl PartialOrd for WlShellSurfaceTransient

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

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

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

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

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

impl Clone for WlShellSurfaceTransient

fn clone(&self) -> WlShellSurfaceTransient

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

impl Eq for WlShellSurfaceTransient

impl PartialEq for WlShellSurfaceTransient

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

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

impl Copy for WlShellSurfaceTransient

impl Hash for WlShellSurfaceTransient

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 WlShellSurfaceTransient

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

impl PartialOrd for WlShellSurfaceTransient

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

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

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

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

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

impl Clone for WlShellSurfaceTransient

fn clone(&self) -> WlShellSurfaceTransient

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

impl Eq for WlShellSurfaceTransient

impl PartialEq for WlShellSurfaceTransient

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

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

impl Copy for WlShellSurfaceTransient