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