#[repr(C)]pub struct IPrintDialogCallback {
pub lpVtbl: *const IPrintDialogCallbackVtbl,
}
Fields§
§lpVtbl: *const IPrintDialogCallbackVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IPrintDialogCallback
impl Deref for IPrintDialogCallback
Auto Trait Implementations§
impl Freeze for IPrintDialogCallback
impl RefUnwindSafe for IPrintDialogCallback
impl !Send for IPrintDialogCallback
impl !Sync for IPrintDialogCallback
impl Unpin for IPrintDialogCallback
impl UnwindSafe for IPrintDialogCallback
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