Struct IPrintDialogCallback_Vtbl
#[repr(C)]pub struct IPrintDialogCallback_Vtbl {
pub base__: IUnknown_Vtbl,
pub InitDone: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SelectionChange: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub HandleMessage: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32, _: WPARAM, _: LPARAM, _: *mut LRESULT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§InitDone: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SelectionChange: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§HandleMessage: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32, _: WPARAM, _: LPARAM, _: *mut LRESULT) -> HRESULT
Implementations§
§impl IPrintDialogCallback_Vtbl
impl IPrintDialogCallback_Vtbl
pub const fn new<Identity: IPrintDialogCallback_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPrintDialogCallback_Vtbl
impl RefUnwindSafe for IPrintDialogCallback_Vtbl
impl Send for IPrintDialogCallback_Vtbl
impl Sync for IPrintDialogCallback_Vtbl
impl Unpin for IPrintDialogCallback_Vtbl
impl UnwindSafe for IPrintDialogCallback_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