#[repr(C)]pub struct IEnumSTATPROPSTG {
pub lpVtbl: *const IEnumSTATPROPSTGVtbl,
}
Fields§
§lpVtbl: *const IEnumSTATPROPSTGVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IEnumSTATPROPSTG
impl Deref for IEnumSTATPROPSTG
Auto Trait Implementations§
impl Freeze for IEnumSTATPROPSTG
impl RefUnwindSafe for IEnumSTATPROPSTG
impl !Send for IEnumSTATPROPSTG
impl !Sync for IEnumSTATPROPSTG
impl Unpin for IEnumSTATPROPSTG
impl UnwindSafe for IEnumSTATPROPSTG
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