Struct IH264ProfileIdsStatics_Vtbl
#[repr(C)]pub struct IH264ProfileIdsStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub ConstrainedBaseline: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Baseline: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Extended: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Main: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub High: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub High10: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub High422: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub High444: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub StereoHigh: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub MultiviewHigh: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ConstrainedBaseline: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Baseline: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Extended: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Main: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§High: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§High10: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§High422: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§High444: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§StereoHigh: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§MultiviewHigh: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IH264ProfileIdsStatics_Vtbl
impl RefUnwindSafe for IH264ProfileIdsStatics_Vtbl
impl Send for IH264ProfileIdsStatics_Vtbl
impl Sync for IH264ProfileIdsStatics_Vtbl
impl Unpin for IH264ProfileIdsStatics_Vtbl
impl UnwindSafe for IH264ProfileIdsStatics_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