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