#[repr(C)]pub struct IPrintDialogCallback {
pub lpVtbl: *mut IPrintDialogCallbackVtbl,
}
Fields§
§lpVtbl: *mut IPrintDialogCallbackVtbl
Trait Implementations§
Source§impl Clone for IPrintDialogCallback
impl Clone for IPrintDialogCallback
Source§fn clone(&self) -> IPrintDialogCallback
fn clone(&self) -> IPrintDialogCallback
Returns a copy 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
Source§impl Ord for IPrintDialogCallback
impl Ord for IPrintDialogCallback
Source§fn cmp(&self, other: &IPrintDialogCallback) -> Ordering
fn cmp(&self, other: &IPrintDialogCallback) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IPrintDialogCallback
impl PartialEq for IPrintDialogCallback
Source§impl PartialOrd for IPrintDialogCallback
impl PartialOrd for IPrintDialogCallback
impl Copy for IPrintDialogCallback
impl Eq for IPrintDialogCallback
impl StructuralPartialEq 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