Union windows_sys::Win32::System::SystemServices::userHGLOBAL_0
[−]#[repr(C)]
pub union userHGLOBAL_0 {
pub hInproc: i32,
pub hRemote: *mut FLAGGED_BYTE_BLOB,
pub hInproc64: i64,
}
Expand description
Required features: "Win32_System_SystemServices"
, "Win32_System_Com"
Fields
hInproc: i32
hRemote: *mut FLAGGED_BYTE_BLOB
hInproc64: i64
Trait Implementations
impl Clone for userHGLOBAL_0
impl Clone for userHGLOBAL_0
impl Copy for userHGLOBAL_0
Auto Trait Implementations
impl RefUnwindSafe for userHGLOBAL_0
impl !Send for userHGLOBAL_0
impl !Sync for userHGLOBAL_0
impl Unpin for userHGLOBAL_0
impl UnwindSafe for userHGLOBAL_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