Struct riscv::delay::McycleDelay
source · pub struct McycleDelay { /* private fields */ }
Expand description
Machine mode cycle counter (mcycle
) as a delay provider
Implementations§
Trait Implementations§
source§impl Clone for McycleDelay
impl Clone for McycleDelay
source§fn clone(&self) -> McycleDelay
fn clone(&self) -> McycleDelay
Returns a copy 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 DelayMs<i32> for McycleDelay
impl DelayMs<i32> for McycleDelay
source§impl DelayMs<u16> for McycleDelay
impl DelayMs<u16> for McycleDelay
source§impl DelayMs<u32> for McycleDelay
impl DelayMs<u32> for McycleDelay
source§impl DelayMs<u8> for McycleDelay
impl DelayMs<u8> for McycleDelay
source§impl DelayUs<i32> for McycleDelay
impl DelayUs<i32> for McycleDelay
source§impl DelayUs<u16> for McycleDelay
impl DelayUs<u16> for McycleDelay
source§impl DelayUs<u32> for McycleDelay
impl DelayUs<u32> for McycleDelay
source§impl DelayUs<u64> for McycleDelay
impl DelayUs<u64> for McycleDelay
source§impl DelayUs<u8> for McycleDelay
impl DelayUs<u8> for McycleDelay
impl Copy for McycleDelay
Auto Trait Implementations§
impl Freeze for McycleDelay
impl RefUnwindSafe for McycleDelay
impl Send for McycleDelay
impl Sync for McycleDelay
impl Unpin for McycleDelay
impl UnwindSafe for McycleDelay
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)