#[repr(C)]pub struct IEnumSTATDATA {
pub lpVtbl: *mut IEnumSTATDATAVtbl,
}Fields§
§lpVtbl: *mut IEnumSTATDATAVtblTrait Implementations§
Source§impl Clone for IEnumSTATDATA
impl Clone for IEnumSTATDATA
Source§fn clone(&self) -> IEnumSTATDATA
fn clone(&self) -> IEnumSTATDATA
Returns a duplicate 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
impl Copy 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