#[repr(C)]pub struct IEnumSTATSTG {
pub lpVtbl: *const IEnumSTATSTGVtbl,
}
Fields§
§lpVtbl: *const IEnumSTATSTGVtbl
Implementations§
Source§impl IEnumSTATSTG
impl IEnumSTATSTG
Trait Implementations§
Source§impl Deref for IEnumSTATSTG
impl Deref 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