#[repr(u8)]pub enum Toutcal {
ZERO = 0,
ONE = 1,
TWO = 2,
THREE = 3,
FOUR = 4,
FIVE = 5,
SIX = 6,
SEVEN = 7,
}Variants§
ZERO = 0
Add 0 PHY clocks
ONE = 1
Add 1 PHY clocks
TWO = 2
Add 2 PHY clocks
THREE = 3
Add 3 PHY clocks
FOUR = 4
Add 4 PHY clocks
FIVE = 5
Add 5 PHY clocks
SIX = 6
Add 6 PHY clocks
SEVEN = 7
Add 7 PHY clocks
Implementations§
Trait Implementations§
Source§impl Ord for Toutcal
impl Ord for Toutcal
Source§impl PartialOrd for Toutcal
impl PartialOrd for Toutcal
impl Copy for Toutcal
impl Eq for Toutcal
impl StructuralPartialEq for Toutcal
Auto Trait Implementations§
impl Freeze for Toutcal
impl RefUnwindSafe for Toutcal
impl Send for Toutcal
impl Sync for Toutcal
impl Unpin for Toutcal
impl UnwindSafe for Toutcal
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)