Struct windows_sys::Win32::System::Com::userSTGMEDIUM
#[repr(C)]pub struct userSTGMEDIUM {
pub u: userSTGMEDIUM_0,
pub pUnkForRelease: IUnknown,
}
Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_System_SystemServices"
Fields§
§u: userSTGMEDIUM_0
§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§
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