#[repr(transparent)]pub struct V5ImuOrientationMode(pub c_uchar);
Tuple Fields§
§0: c_uchar
Implementations§
Source§impl V5ImuOrientationMode
impl V5ImuOrientationMode
pub const kImuOrientationZUp: Self = _
pub const kImuOrientationZDown: Self = _
pub const kImuOrientationXUp: Self = _
pub const kImuOrientationXDown: Self = _
pub const kImuOrientationYUp: Self = _
pub const kImuOrientationYDown: Self = _
pub const kImuOrientationAuto: Self = _
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§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
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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)