#[repr(u8)]pub enum CtrlClrRotate {
ROT_0 = 0,
ROT_90 = 1,
ROT_180 = 2,
ROT_270 = 3,
}Variants§
Implementations§
Source§impl CtrlClrRotate
impl CtrlClrRotate
Trait Implementations§
Source§impl Clone for CtrlClrRotate
impl Clone for CtrlClrRotate
Source§fn clone(&self) -> CtrlClrRotate
fn clone(&self) -> CtrlClrRotate
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 CtrlClrRotate
impl Debug for CtrlClrRotate
Source§impl From<CtrlClrRotate> for u8
impl From<CtrlClrRotate> for u8
Source§fn from(val: CtrlClrRotate) -> u8
fn from(val: CtrlClrRotate) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CtrlClrRotate
impl From<u8> for CtrlClrRotate
Source§fn from(val: u8) -> CtrlClrRotate
fn from(val: u8) -> CtrlClrRotate
Converts to this type from the input type.
Source§impl Ord for CtrlClrRotate
impl Ord for CtrlClrRotate
Source§fn cmp(&self, other: &CtrlClrRotate) -> Ordering
fn cmp(&self, other: &CtrlClrRotate) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CtrlClrRotate
impl PartialEq for CtrlClrRotate
Source§impl PartialOrd for CtrlClrRotate
impl PartialOrd for CtrlClrRotate
impl Copy for CtrlClrRotate
impl Eq for CtrlClrRotate
impl StructuralPartialEq for CtrlClrRotate
Auto Trait Implementations§
impl Freeze for CtrlClrRotate
impl RefUnwindSafe for CtrlClrRotate
impl Send for CtrlClrRotate
impl Sync for CtrlClrRotate
impl Unpin for CtrlClrRotate
impl UnwindSafe for CtrlClrRotate
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