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