#[repr(C)]pub struct IProgressNotify {
pub lpVtbl: *mut IProgressNotifyVtbl,
}
Fields§
§lpVtbl: *mut IProgressNotifyVtbl
Trait Implementations§
Source§impl Clone for IProgressNotify
impl Clone for IProgressNotify
Source§fn clone(&self) -> IProgressNotify
fn clone(&self) -> IProgressNotify
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 IProgressNotify
impl Debug for IProgressNotify
Source§impl Ord for IProgressNotify
impl Ord for IProgressNotify
Source§fn cmp(&self, other: &IProgressNotify) -> Ordering
fn cmp(&self, other: &IProgressNotify) -> 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 IProgressNotify
impl PartialEq for IProgressNotify
Source§impl PartialOrd for IProgressNotify
impl PartialOrd for IProgressNotify
impl Copy for IProgressNotify
impl Eq for IProgressNotify
impl StructuralPartialEq for IProgressNotify
Auto Trait Implementations§
impl Freeze for IProgressNotify
impl RefUnwindSafe for IProgressNotify
impl !Send for IProgressNotify
impl !Sync for IProgressNotify
impl Unpin for IProgressNotify
impl UnwindSafe for IProgressNotify
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