#[repr(i32)]pub enum MndProperty {
PropertyNameString = 0,
PropertySerialString = 1,
PropertyTrackingOriginU32 = 2,
PropertySupportsPositionBool = 3,
PropertySupportsOrientationBool = 4,
}Expand description
A property to get from a thing (currently only devices).
Variants§
PropertyNameString = 0
PropertySerialString = 1
PropertyTrackingOriginU32 = 2
PropertySupportsPositionBool = 3
PropertySupportsOrientationBool = 4
Trait Implementations§
Source§impl Clone for MndProperty
impl Clone for MndProperty
Source§fn clone(&self) -> MndProperty
fn clone(&self) -> MndProperty
Returns a duplicate 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 MndProperty
impl Debug for MndProperty
Source§impl Hash for MndProperty
impl Hash for MndProperty
Source§impl PartialEq for MndProperty
impl PartialEq for MndProperty
impl Copy for MndProperty
impl Eq for MndProperty
impl StructuralPartialEq for MndProperty
Auto Trait Implementations§
impl Freeze for MndProperty
impl RefUnwindSafe for MndProperty
impl Send for MndProperty
impl Sync for MndProperty
impl Unpin for MndProperty
impl UnwindSafe for MndProperty
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