Struct pcan_basic_sys::tagTPCANTimestamp [] [src]

#[repr(C)]
pub struct tagTPCANTimestamp { pub millis: u32, pub millis_overflow: u16, pub micros: u16, }

Fields

Trait Implementations

impl Debug for tagTPCANTimestamp
[src]

Formats the value using the given formatter.

impl Copy for tagTPCANTimestamp
[src]

impl Clone for tagTPCANTimestamp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more