#[repr(transparent)]pub struct ViewPortOrientation(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for ViewPortOrientation
impl Clone for ViewPortOrientation
Source§fn clone(&self) -> ViewPortOrientation
fn clone(&self) -> ViewPortOrientation
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 ViewPortOrientation
impl Debug for ViewPortOrientation
Source§impl Hash for ViewPortOrientation
impl Hash for ViewPortOrientation
Source§impl PartialEq for ViewPortOrientation
impl PartialEq for ViewPortOrientation
impl Copy for ViewPortOrientation
impl Eq for ViewPortOrientation
impl StructuralPartialEq for ViewPortOrientation
Auto Trait Implementations§
impl Freeze for ViewPortOrientation
impl RefUnwindSafe for ViewPortOrientation
impl Send for ViewPortOrientation
impl Sync for ViewPortOrientation
impl Unpin for ViewPortOrientation
impl UnwindSafe for ViewPortOrientation
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