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 more