Struct simplemad_sys::MadTimer [] [src]

pub struct MadTimer {
    pub seconds: c_long,
    pub fraction: c_ulong,
}

Fields

seconds
fraction

Trait Implementations

Derived Implementations

impl Copy for MadTimer

impl Clone for MadTimer

fn clone(&self) -> MadTimer

fn clone_from(&mut self, source: &Self)

impl Debug for MadTimer

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Default for MadTimer

fn default() -> MadTimer