Struct IWMMediaProps_Vtbl
#[repr(C)]pub struct IWMMediaProps_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetMediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut WM_MEDIA_TYPE, _: *mut u32) -> HRESULT,
pub SetMediaType: unsafe extern "system" fn(_: *mut c_void, _: *const WM_MEDIA_TYPE) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetMediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut WM_MEDIA_TYPE, _: *mut u32) -> HRESULT
§SetMediaType: unsafe extern "system" fn(_: *mut c_void, _: *const WM_MEDIA_TYPE) -> HRESULT
Implementations§
§impl IWMMediaProps_Vtbl
impl IWMMediaProps_Vtbl
pub const fn new<Identity: IWMMediaProps_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMMediaProps_Vtbl
impl RefUnwindSafe for IWMMediaProps_Vtbl
impl Send for IWMMediaProps_Vtbl
impl Sync for IWMMediaProps_Vtbl
impl Unpin for IWMMediaProps_Vtbl
impl UnwindSafe for IWMMediaProps_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