#[repr(C)]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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IPrintDialogCallback
Auto Trait Implementations§
impl !Send for IPrintDialogCallback
impl !Sync for IPrintDialogCallback
impl Freeze for IPrintDialogCallback
impl RefUnwindSafe for IPrintDialogCallback
impl Unpin for IPrintDialogCallback
impl UnsafeUnpin 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