Enum xcb::xinput::PropertyFlag
source · #[repr(u32)]pub enum PropertyFlag {
Deleted = 0,
Created = 1,
Modified = 2,
}
Variants§
Trait Implementations§
source§impl Clone for PropertyFlag
impl Clone for PropertyFlag
source§fn clone(&self) -> PropertyFlag
fn clone(&self) -> PropertyFlag
Returns a copy 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 PropertyFlag
impl Debug for PropertyFlag
source§impl Ord for PropertyFlag
impl Ord for PropertyFlag
source§fn cmp(&self, other: &PropertyFlag) -> Ordering
fn cmp(&self, other: &PropertyFlag) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for PropertyFlag
impl PartialEq for PropertyFlag
source§impl PartialOrd for PropertyFlag
impl PartialOrd for PropertyFlag
impl Copy for PropertyFlag
impl Eq for PropertyFlag
impl StructuralPartialEq for PropertyFlag
Auto Trait Implementations§
impl Freeze for PropertyFlag
impl RefUnwindSafe for PropertyFlag
impl Send for PropertyFlag
impl Sync for PropertyFlag
impl Unpin for PropertyFlag
impl UnwindSafe for PropertyFlag
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)