Struct teensy3_sys::elapsedMillis
[−]
[src]
pub struct elapsedMillis { pub ms: u32, }
Fields
ms: u32
Trait Implementations
impl Debug for elapsedMillis
[src]
impl Copy for elapsedMillis
[src]
impl Clone for elapsedMillis
[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