#[repr(C)]pub struct IXpsRasterizerNotificationCallback_Vtbl {
pub base__: IUnknown_Vtbl,
pub Continue: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Continue: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IXpsRasterizerNotificationCallback_Vtbl
impl IXpsRasterizerNotificationCallback_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IXpsRasterizerNotificationCallback_Vtblwhere
Identity: IXpsRasterizerNotificationCallback_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXpsRasterizerNotificationCallback_Vtbl
impl RefUnwindSafe for IXpsRasterizerNotificationCallback_Vtbl
impl Send for IXpsRasterizerNotificationCallback_Vtbl
impl Sync for IXpsRasterizerNotificationCallback_Vtbl
impl Unpin for IXpsRasterizerNotificationCallback_Vtbl
impl UnwindSafe for IXpsRasterizerNotificationCallback_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