Struct OrientationType
#[repr(transparent)]pub struct OrientationType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for OrientationType
impl Clone for OrientationType
§fn clone(&self) -> OrientationType
fn clone(&self) -> OrientationType
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 more§impl Debug for OrientationType
impl Debug for OrientationType
§impl Default for OrientationType
impl Default for OrientationType
§fn default() -> OrientationType
fn default() -> OrientationType
Returns the “default value” for a type. Read more
§impl PartialEq for OrientationType
impl PartialEq for OrientationType
impl Copy for OrientationType
impl Eq for OrientationType
impl StructuralPartialEq for OrientationType
Auto Trait Implementations§
impl Freeze for OrientationType
impl RefUnwindSafe for OrientationType
impl Send for OrientationType
impl Sync for OrientationType
impl Unpin for OrientationType
impl UnwindSafe for OrientationType
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