Enum xcb::xinput::PropertyFormat
source · #[repr(u32)]pub enum PropertyFormat {
N8Bits = 8,
N16Bits = 16,
N32Bits = 32,
}
Variants§
Trait Implementations§
source§impl Clone for PropertyFormat
impl Clone for PropertyFormat
source§fn clone(&self) -> PropertyFormat
fn clone(&self) -> PropertyFormat
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 PropertyFormat
impl Debug for PropertyFormat
source§impl Ord for PropertyFormat
impl Ord for PropertyFormat
source§fn cmp(&self, other: &PropertyFormat) -> Ordering
fn cmp(&self, other: &PropertyFormat) -> 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 PropertyFormat
impl PartialEq for PropertyFormat
source§impl PartialOrd for PropertyFormat
impl PartialOrd for PropertyFormat
impl Copy for PropertyFormat
impl Eq for PropertyFormat
impl StructuralPartialEq for PropertyFormat
Auto Trait Implementations§
impl Freeze for PropertyFormat
impl RefUnwindSafe for PropertyFormat
impl Send for PropertyFormat
impl Sync for PropertyFormat
impl Unpin for PropertyFormat
impl UnwindSafe for PropertyFormat
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
)