Struct winapi::mmsystem::TIMECAPS [] [src]

pub struct TIMECAPS {
    pub wPeriodMin: UINT,
    pub wPeriodMax: UINT,
}

Fields

wPeriodMin
wPeriodMax

Trait Implementations

Derived Implementations

impl Debug for TIMECAPS

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

impl Copy for TIMECAPS

impl Clone for TIMECAPS

fn clone(&self) -> TIMECAPS

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