#[repr(C)]pub struct STGMEDIUM {
pub tymed: u32,
pub Anonymous: STGMEDIUM_0,
pub pUnkForRelease: IUnknown,
}Expand description
Required features: "Win32_System_Com", "Win32_Graphics_Gdi", "Win32_System_Com_StructuredStorage"
Fields
tymed: u32Anonymous: STGMEDIUM_0pUnkForRelease: IUnknownTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for STGMEDIUM
impl !Send for STGMEDIUM
impl !Sync for STGMEDIUM
impl Unpin for STGMEDIUM
impl UnwindSafe for STGMEDIUM
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