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