Struct IMpeg2ProfileIdsStatics_Vtbl
#[repr(C)]pub struct IMpeg2ProfileIdsStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub Simple: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Main: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SignalNoiseRatioScalable: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SpatiallyScalable: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub High: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Simple: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§Main: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SignalNoiseRatioScalable: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SpatiallyScalable: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§High: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULTAuto Trait Implementations§
impl Freeze for IMpeg2ProfileIdsStatics_Vtbl
impl RefUnwindSafe for IMpeg2ProfileIdsStatics_Vtbl
impl Send for IMpeg2ProfileIdsStatics_Vtbl
impl Sync for IMpeg2ProfileIdsStatics_Vtbl
impl Unpin for IMpeg2ProfileIdsStatics_Vtbl
impl UnwindSafe for IMpeg2ProfileIdsStatics_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