Struct winapi::mmsystem::MMTIME_midi [] [src]

pub struct MMTIME_midi {
    pub songptrpos: DWORD,
}

Fields

songptrpos: DWORD

Trait Implementations

impl Debug for MMTIME_midi
[src]

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

Formats the value using the given formatter.

impl Copy for MMTIME_midi
[src]

impl Clone for MMTIME_midi
[src]

fn clone(&self) -> MMTIME_midi

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