Struct IAudioEncodingPropertiesStatics_Vtbl
#[repr(C)]pub struct IAudioEncodingPropertiesStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub CreateAac: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT,
pub CreateAacAdts: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT,
pub CreateMp3: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT,
pub CreatePcm: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT,
pub CreateWma: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§CreateAac: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT§CreateAacAdts: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT§CreateMp3: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT§CreatePcm: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT§CreateWma: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IAudioEncodingPropertiesStatics_Vtbl
impl RefUnwindSafe for IAudioEncodingPropertiesStatics_Vtbl
impl Send for IAudioEncodingPropertiesStatics_Vtbl
impl Sync for IAudioEncodingPropertiesStatics_Vtbl
impl Unpin for IAudioEncodingPropertiesStatics_Vtbl
impl UnwindSafe for IAudioEncodingPropertiesStatics_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more