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