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