#[repr(transparent)]pub struct ViewOrientation(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for ViewOrientation
impl Clone for ViewOrientation
Source§fn clone(&self) -> ViewOrientation
fn clone(&self) -> ViewOrientation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ViewOrientation
Source§impl Debug for ViewOrientation
impl Debug for ViewOrientation
impl Eq for ViewOrientation
Source§impl Hash for ViewOrientation
impl Hash for ViewOrientation
Source§impl PartialEq for ViewOrientation
impl PartialEq for ViewOrientation
Source§fn eq(&self, other: &ViewOrientation) -> bool
fn eq(&self, other: &ViewOrientation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ViewOrientation
Auto Trait Implementations§
impl Freeze for ViewOrientation
impl RefUnwindSafe for ViewOrientation
impl Send for ViewOrientation
impl Sync for ViewOrientation
impl Unpin for ViewOrientation
impl UnsafeUnpin for ViewOrientation
impl UnwindSafe for ViewOrientation
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