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

pub struct IAudioRenderClient {
    pub lpVtbl: *const IAudioRenderClientVtbl,
}

Fields

lpVtbl

Trait Implementations

Derived Implementations

impl Debug for IAudioRenderClient

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

impl Copy for IAudioRenderClient

impl Clone for IAudioRenderClient

fn clone(&self) -> IAudioRenderClient

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