Struct simplemad_sys::MadTimer [] [src]

#[repr(C)]
pub struct MadTimer { pub seconds: c_long, pub fraction: c_ulong, }

Fields

Trait Implementations

impl Default for MadTimer
[src]

Returns the "default value" for a type. Read more

impl Debug for MadTimer
[src]

Formats the value using the given formatter.

impl Clone for MadTimer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MadTimer
[src]