Struct teensy3_sys::elapsedMicros
[−]
[src]
pub struct elapsedMicros { pub us: u32, }
Fields
us: u32
Trait Implementations
impl Debug for elapsedMicros
[src]
impl Copy for elapsedMicros
[src]
impl Clone for elapsedMicros
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more