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