Struct vc6_sys::IMallocSpy
source · #[repr(C)]pub struct IMallocSpy {
pub lpVtbl: *mut IMallocSpyVtbl,
}
Fields§
§lpVtbl: *mut IMallocSpyVtbl
Trait Implementations§
source§impl Clone for IMallocSpy
impl Clone for IMallocSpy
source§fn clone(&self) -> IMallocSpy
fn clone(&self) -> IMallocSpy
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 IMallocSpy
impl Debug for IMallocSpy
impl Copy for IMallocSpy
Auto Trait Implementations§
impl RefUnwindSafe for IMallocSpy
impl !Send for IMallocSpy
impl !Sync for IMallocSpy
impl Unpin for IMallocSpy
impl UnwindSafe for IMallocSpy
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