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