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