Struct vc6_sys::IProgressNotify
source · #[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
impl Copy for IProgressNotify
Auto Trait Implementations§
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