Struct winapi::IMMDevice [-] [+] [src]

pub struct IMMDevice {
    pub lpVtbl: *const IMMDeviceVtbl,
}

Fields

lpVtbl

Trait Implementations

Derived Implementations

impl Debug for IMMDevice

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

impl Copy for IMMDevice

impl Clone for IMMDevice

fn clone(&self) -> IMMDevice

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