Struct windows::Win32::Media::DirectShow::IMediaPropertyBag_Vtbl
#[repr(C)]pub struct IMediaPropertyBag_Vtbl {
pub base__: IPropertyBag_Vtbl,
pub EnumProperty: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MaybeUninit<VARIANT>, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
}
Fields§
§base__: IPropertyBag_Vtbl
§EnumProperty: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MaybeUninit<VARIANT>, _: *mut MaybeUninit<VARIANT>) -> HRESULT
Implementations§
§impl IMediaPropertyBag_Vtbl
impl IMediaPropertyBag_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMediaPropertyBag_Vtblwhere
Identity: IMediaPropertyBag_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMediaPropertyBag_Vtbl
impl RefUnwindSafe for IMediaPropertyBag_Vtbl
impl Send for IMediaPropertyBag_Vtbl
impl Sync for IMediaPropertyBag_Vtbl
impl Unpin for IMediaPropertyBag_Vtbl
impl UnwindSafe for IMediaPropertyBag_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