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