Struct Smp
#[repr(transparent)]pub struct Smp(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Smp
impl Smp
pub const CYCLES1_5: Self
pub const CYCLES1_5: Self
1.5 clock cycles
pub const CYCLES2_5: Self
pub const CYCLES2_5: Self
2.5 clock cycles
pub const CYCLES8_5: Self
pub const CYCLES8_5: Self
8.5 clock cycles
pub const CYCLES16_5: Self
pub const CYCLES16_5: Self
16.5 clock cycles
pub const CYCLES32_5: Self
pub const CYCLES32_5: Self
32.5 clock cycles
pub const CYCLES64_5: Self
pub const CYCLES64_5: Self
64.5 clock cycles
pub const CYCLES387_5: Self
pub const CYCLES387_5: Self
387.5 clock cycles
pub const CYCLES810_5: Self
pub const CYCLES810_5: Self
810.5 clock cycles
Trait Implementations§
§impl Ord for Smp
impl Ord for Smp
§impl PartialOrd for Smp
impl PartialOrd for Smp
impl Copy for Smp
impl Eq for Smp
impl StructuralPartialEq for Smp
Auto Trait Implementations§
impl Freeze for Smp
impl RefUnwindSafe for Smp
impl Send for Smp
impl Sync for Smp
impl Unpin for Smp
impl UnwindSafe for Smp
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