Struct windows::Win32::Media::MediaPlayer::IWMPGraphCreation_Vtbl
#[repr(C)]pub struct IWMPGraphCreation_Vtbl {
pub base__: IUnknown_Vtbl,
pub GraphCreationPreRender: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub GraphCreationPostRender: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetGraphCreationFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GraphCreationPreRender: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§GraphCreationPostRender: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetGraphCreationFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IWMPGraphCreation_Vtbl
impl IWMPGraphCreation_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWMPGraphCreation_Vtblwhere
Identity: IWMPGraphCreation_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPGraphCreation_Vtbl
impl RefUnwindSafe for IWMPGraphCreation_Vtbl
impl Send for IWMPGraphCreation_Vtbl
impl Sync for IWMPGraphCreation_Vtbl
impl Unpin for IWMPGraphCreation_Vtbl
impl UnwindSafe for IWMPGraphCreation_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