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