#[repr(C, packed(1))]pub struct IPrintDialogCallback {
pub lpVtbl: *mut IPrintDialogCallbackVtbl,
}Fields§
§lpVtbl: *mut IPrintDialogCallbackVtblTrait Implementations§
Source§impl Clone for IPrintDialogCallback
impl Clone for IPrintDialogCallback
Source§fn clone(&self) -> IPrintDialogCallback
fn clone(&self) -> IPrintDialogCallback
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IPrintDialogCallback
impl Debug for IPrintDialogCallback
impl Copy 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