#[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
Source§impl Ord for IMallocSpy
impl Ord for IMallocSpy
Source§fn cmp(&self, other: &IMallocSpy) -> Ordering
fn cmp(&self, other: &IMallocSpy) -> 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 IMallocSpy
impl PartialEq for IMallocSpy
Source§impl PartialOrd for IMallocSpy
impl PartialOrd for IMallocSpy
impl Copy for IMallocSpy
impl Eq for IMallocSpy
impl StructuralPartialEq for IMallocSpy
Auto Trait Implementations§
impl Freeze for IMallocSpy
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