#[repr(C)]pub struct IProgressNotify {
pub lpVtbl: *mut IProgressNotifyVtbl,
}Fields§
§lpVtbl: *mut IProgressNotifyVtblTrait Implementations§
Source§impl Clone for IProgressNotify
impl Clone for IProgressNotify
Source§fn clone(&self) -> IProgressNotify
fn clone(&self) -> IProgressNotify
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 IProgressNotify
impl Debug for IProgressNotify
impl Copy 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