#[repr(C)]pub struct IWMWriterPostViewCallback_Vtbl {
pub base__: IWMStatusCallback_Vtbl,
pub OnPostViewSample: unsafe extern "system" fn(_: *mut c_void, _: u16, _: u64, _: u64, _: u32, _: *mut c_void, _: *const c_void) -> HRESULT,
pub AllocateForPostView: unsafe extern "system" fn(_: *mut c_void, _: u16, _: u32, _: *mut *mut c_void, _: *const c_void) -> HRESULT,
}
Fields§
§base__: IWMStatusCallback_Vtbl
§OnPostViewSample: unsafe extern "system" fn(_: *mut c_void, _: u16, _: u64, _: u64, _: u32, _: *mut c_void, _: *const c_void) -> HRESULT
§AllocateForPostView: unsafe extern "system" fn(_: *mut c_void, _: u16, _: u32, _: *mut *mut c_void, _: *const c_void) -> HRESULT
Implementations§
§impl IWMWriterPostViewCallback_Vtbl
impl IWMWriterPostViewCallback_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWMWriterPostViewCallback_Vtblwhere
Identity: IWMWriterPostViewCallback_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMWriterPostViewCallback_Vtbl
impl RefUnwindSafe for IWMWriterPostViewCallback_Vtbl
impl Send for IWMWriterPostViewCallback_Vtbl
impl Sync for IWMWriterPostViewCallback_Vtbl
impl Unpin for IWMWriterPostViewCallback_Vtbl
impl UnwindSafe for IWMWriterPostViewCallback_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