#[repr(u8)]pub enum PhaseActive {
BYPASSED = 0,
PH_SHIFT = 1,
}Variants§
BYPASSED = 0
Bypassed.
PH_SHIFT = 1
Activates phase shift logic. When active, the clock divider is active and phase delays are enabled.
Implementations§
Source§impl PhaseActive
impl PhaseActive
Trait Implementations§
Source§impl Clone for PhaseActive
impl Clone for PhaseActive
Source§fn clone(&self) -> PhaseActive
fn clone(&self) -> PhaseActive
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 PhaseActive
impl Debug for PhaseActive
Source§impl From<PhaseActive> for u8
impl From<PhaseActive> for u8
Source§fn from(val: PhaseActive) -> u8
fn from(val: PhaseActive) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PhaseActive
impl From<u8> for PhaseActive
Source§fn from(val: u8) -> PhaseActive
fn from(val: u8) -> PhaseActive
Converts to this type from the input type.
Source§impl Ord for PhaseActive
impl Ord for PhaseActive
Source§fn cmp(&self, other: &PhaseActive) -> Ordering
fn cmp(&self, other: &PhaseActive) -> 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 PhaseActive
impl PartialEq for PhaseActive
Source§impl PartialOrd for PhaseActive
impl PartialOrd for PhaseActive
impl Copy for PhaseActive
impl Eq for PhaseActive
impl StructuralPartialEq for PhaseActive
Auto Trait Implementations§
impl Freeze for PhaseActive
impl RefUnwindSafe for PhaseActive
impl Send for PhaseActive
impl Sync for PhaseActive
impl Unpin for PhaseActive
impl UnwindSafe for PhaseActive
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