Union windows_sys::Win32::System::Com::userSTGMEDIUM_0_0
[−]#[repr(C)]
pub union userSTGMEDIUM_0_0 {
pub hMetaFilePict: *mut userHMETAFILEPICT,
pub hHEnhMetaFile: *mut userHENHMETAFILE,
pub hGdiHandle: *mut GDI_OBJECT,
pub hGlobal: *mut userHGLOBAL,
pub lpszFileName: PWSTR,
pub pstm: *mut BYTE_BLOB,
pub pstg: *mut BYTE_BLOB,
}
Expand description
Required features: "Win32_System_Com"
, "Win32_Graphics_Gdi"
, "Win32_System_SystemServices"
Fields
hMetaFilePict: *mut userHMETAFILEPICT
hHEnhMetaFile: *mut userHENHMETAFILE
hGdiHandle: *mut GDI_OBJECT
hGlobal: *mut userHGLOBAL
lpszFileName: PWSTR
pstm: *mut BYTE_BLOB
pstg: *mut BYTE_BLOB
Trait Implementations
impl Clone for userSTGMEDIUM_0_0
impl Clone for userSTGMEDIUM_0_0
impl Copy for userSTGMEDIUM_0_0
Auto Trait Implementations
impl RefUnwindSafe for userSTGMEDIUM_0_0
impl !Send for userSTGMEDIUM_0_0
impl !Sync for userSTGMEDIUM_0_0
impl Unpin for userSTGMEDIUM_0_0
impl UnwindSafe for userSTGMEDIUM_0_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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