#[repr(transparent)]pub struct ViewOrientation(pub c_uchar);
Tuple Fields§
§0: c_uchar
Trait 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 · 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 ViewOrientation
impl Debug for ViewOrientation
Source§impl Hash for ViewOrientation
impl Hash for ViewOrientation
Source§impl PartialEq for ViewOrientation
impl PartialEq for ViewOrientation
impl Copy for ViewOrientation
impl Eq for ViewOrientation
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 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