Struct windows_sys::Win32::System::Com::userSTGMEDIUM
[−]#[repr(C)]pub struct userSTGMEDIUM {
pub pUnkForRelease: IUnknown,
}
Expand description
Required features: "Win32_System_Com"
Fields
pUnkForRelease: IUnknown
Trait Implementations
impl Clone for userSTGMEDIUM
impl Clone for userSTGMEDIUM
impl Copy for userSTGMEDIUM
Auto Trait Implementations
impl RefUnwindSafe for userSTGMEDIUM
impl !Send for userSTGMEDIUM
impl !Sync for userSTGMEDIUM
impl Unpin for userSTGMEDIUM
impl UnwindSafe for userSTGMEDIUM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more