#[repr(u8)]pub enum Tpsf {
CYCLES_8 = 0,
CYCLES_32 = 1,
CYCLES_128 = 2,
CYCLES_512 = 3,
}Variants§
CYCLES_8 = 0
Every 8 cycles
CYCLES_32 = 1
Every 32 cycles
CYCLES_128 = 2
Every 128 cycles
CYCLES_512 = 3
Every 512 cycles
Implementations§
Trait Implementations§
Source§impl Ord for Tpsf
impl Ord for Tpsf
Source§impl PartialOrd for Tpsf
impl PartialOrd for Tpsf
impl Copy for Tpsf
impl Eq for Tpsf
impl StructuralPartialEq for Tpsf
Auto Trait Implementations§
impl Freeze for Tpsf
impl RefUnwindSafe for Tpsf
impl Send for Tpsf
impl Sync for Tpsf
impl Unpin for Tpsf
impl UnwindSafe for Tpsf
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