Struct vex_sdk::imu::V5ImuOrientationMode  
source · pub struct V5ImuOrientationMode(/* private fields */);Implementations§
source§impl V5ImuOrientationMode
 
impl V5ImuOrientationMode
pub const kImuOrientationZUp: c_uint = 0u32
pub const kImuOrientationZDown: c_uint = 16u32
pub const kImuOrientationXUp: c_uint = 32u32
pub const kImuOrientationXDown: c_uint = 48u32
pub const kImuOrientationYUp: c_uint = 64u32
pub const kImuOrientationYDown: c_uint = 80u32
pub const kImuOrientationAuto: c_uint = 128u32
Trait Implementations§
source§impl Clone for V5ImuOrientationMode
 
impl Clone for V5ImuOrientationMode
source§fn clone(&self) -> V5ImuOrientationMode
 
fn clone(&self) -> V5ImuOrientationMode
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 V5ImuOrientationMode
 
impl Debug for V5ImuOrientationMode
source§impl Default for V5ImuOrientationMode
 
impl Default for V5ImuOrientationMode
source§fn default() -> V5ImuOrientationMode
 
fn default() -> V5ImuOrientationMode
Returns the “default value” for a type. Read more
source§impl PartialEq for V5ImuOrientationMode
 
impl PartialEq for V5ImuOrientationMode
source§fn eq(&self, other: &V5ImuOrientationMode) -> bool
 
fn eq(&self, other: &V5ImuOrientationMode) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for V5ImuOrientationMode
impl Eq for V5ImuOrientationMode
impl StructuralPartialEq for V5ImuOrientationMode
Auto Trait Implementations§
impl Freeze for V5ImuOrientationMode
impl RefUnwindSafe for V5ImuOrientationMode
impl Send for V5ImuOrientationMode
impl Sync for V5ImuOrientationMode
impl Unpin for V5ImuOrientationMode
impl UnwindSafe for V5ImuOrientationMode
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