Struct wayland_client::wayland::shell::WlShellSurfaceResize::WlShellSurfaceResize []

pub struct WlShellSurfaceResize {
    // some fields omitted
}

Methods

impl WlShellSurfaceResize

fn empty() -> WlShellSurfaceResize

Returns an empty set of flags.

fn all() -> WlShellSurfaceResize

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

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

fn from_bits_truncate(bits: u32) -> WlShellSurfaceResize

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

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

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

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

fn insert(&mut self, other: WlShellSurfaceResize)

Inserts the specified flags in-place.

fn remove(&mut self, other: WlShellSurfaceResize)

Removes the specified flags in-place.

fn toggle(&mut self, other: WlShellSurfaceResize)

Toggles the specified flags in-place.

impl WlShellSurfaceResize

fn empty() -> WlShellSurfaceResize

Returns an empty set of flags.

fn all() -> WlShellSurfaceResize

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

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

fn from_bits_truncate(bits: u32) -> WlShellSurfaceResize

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

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

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

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

fn insert(&mut self, other: WlShellSurfaceResize)

Inserts the specified flags in-place.

fn remove(&mut self, other: WlShellSurfaceResize)

Removes the specified flags in-place.

fn toggle(&mut self, other: WlShellSurfaceResize)

Toggles the specified flags in-place.

Trait Implementations

impl Debug for WlShellSurfaceResize

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

impl BitOr for WlShellSurfaceResize

type Output = WlShellSurfaceResize

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

impl BitOrAssign for WlShellSurfaceResize

fn bitor_assign(&mut self, other: WlShellSurfaceResize)

impl BitXor for WlShellSurfaceResize

type Output = WlShellSurfaceResize

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

impl BitXorAssign for WlShellSurfaceResize

fn bitxor_assign(&mut self, other: WlShellSurfaceResize)

impl BitAnd for WlShellSurfaceResize

type Output = WlShellSurfaceResize

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

impl BitAndAssign for WlShellSurfaceResize

fn bitand_assign(&mut self, other: WlShellSurfaceResize)

impl Sub for WlShellSurfaceResize

type Output = WlShellSurfaceResize

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

impl SubAssign for WlShellSurfaceResize

fn sub_assign(&mut self, other: WlShellSurfaceResize)

impl Not for WlShellSurfaceResize

type Output = WlShellSurfaceResize

fn not(self) -> WlShellSurfaceResize

impl Extend<WlShellSurfaceResize> for WlShellSurfaceResize

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

impl FromIterator<WlShellSurfaceResize> for WlShellSurfaceResize

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

impl Debug for WlShellSurfaceResize

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

impl BitOr for WlShellSurfaceResize

type Output = WlShellSurfaceResize

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

impl BitOrAssign for WlShellSurfaceResize

fn bitor_assign(&mut self, other: WlShellSurfaceResize)

impl BitXor for WlShellSurfaceResize

type Output = WlShellSurfaceResize

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

impl BitXorAssign for WlShellSurfaceResize

fn bitxor_assign(&mut self, other: WlShellSurfaceResize)

impl BitAnd for WlShellSurfaceResize

type Output = WlShellSurfaceResize

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

impl BitAndAssign for WlShellSurfaceResize

fn bitand_assign(&mut self, other: WlShellSurfaceResize)

impl Sub for WlShellSurfaceResize

type Output = WlShellSurfaceResize

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

impl SubAssign for WlShellSurfaceResize

fn sub_assign(&mut self, other: WlShellSurfaceResize)

impl Not for WlShellSurfaceResize

type Output = WlShellSurfaceResize

fn not(self) -> WlShellSurfaceResize

impl Extend<WlShellSurfaceResize> for WlShellSurfaceResize

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

impl FromIterator<WlShellSurfaceResize> for WlShellSurfaceResize

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

Derived Implementations

impl Hash for WlShellSurfaceResize

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 WlShellSurfaceResize

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

impl PartialOrd for WlShellSurfaceResize

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

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

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

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

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

impl Clone for WlShellSurfaceResize

fn clone(&self) -> WlShellSurfaceResize

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

impl Eq for WlShellSurfaceResize

impl PartialEq for WlShellSurfaceResize

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

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

impl Copy for WlShellSurfaceResize

impl Hash for WlShellSurfaceResize

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 WlShellSurfaceResize

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

impl PartialOrd for WlShellSurfaceResize

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

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

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

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

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

impl Clone for WlShellSurfaceResize

fn clone(&self) -> WlShellSurfaceResize

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

impl Eq for WlShellSurfaceResize

impl PartialEq for WlShellSurfaceResize

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

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

impl Copy for WlShellSurfaceResize