Union windows_sys::Win32::System::Com::STGMEDIUM_0
[−]#[repr(C)]
pub union STGMEDIUM_0 {
pub hBitmap: HBITMAP,
pub hMetaFilePict: *mut c_void,
pub hEnhMetaFile: HENHMETAFILE,
pub hGlobal: isize,
pub lpszFileName: PWSTR,
pub pstm: IStream,
pub pstg: IStorage,
}
Expand description
Required features: "Win32_System_Com"
, "Win32_Graphics_Gdi"
, "Win32_System_Com_StructuredStorage"
Fields
hBitmap: HBITMAP
hMetaFilePict: *mut c_void
hEnhMetaFile: HENHMETAFILE
hGlobal: isize
lpszFileName: PWSTR
pstm: IStream
pstg: IStorage
Trait Implementations
impl Clone for STGMEDIUM_0
impl Clone for STGMEDIUM_0
impl Copy for STGMEDIUM_0
Auto Trait Implementations
impl RefUnwindSafe for STGMEDIUM_0
impl !Send for STGMEDIUM_0
impl !Sync for STGMEDIUM_0
impl Unpin for STGMEDIUM_0
impl UnwindSafe for STGMEDIUM_0
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