Struct windows::Media::Core::ICodecInfo_Vtbl
#[repr(C)]pub struct ICodecInfo_Vtbl {
pub base__: IInspectable_Vtbl,
pub Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut CodecKind) -> HRESULT,
pub Category: unsafe extern "system" fn(_: *mut c_void, _: *mut CodecCategory) -> HRESULT,
pub Subtypes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub IsTrusted: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut CodecKind) -> HRESULT
§Category: unsafe extern "system" fn(_: *mut c_void, _: *mut CodecCategory) -> HRESULT
§Subtypes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§IsTrusted: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICodecInfo_Vtbl
impl RefUnwindSafe for ICodecInfo_Vtbl
impl Send for ICodecInfo_Vtbl
impl Sync for ICodecInfo_Vtbl
impl Unpin for ICodecInfo_Vtbl
impl UnwindSafe for ICodecInfo_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