#[repr(C)]pub struct _userHGLOBAL {
pub fContext: LONG,
pub u: _userHGLOBAL___MIDL_IWinTypes_0003,
}
Fields§
§fContext: LONG
§u: _userHGLOBAL___MIDL_IWinTypes_0003
Trait Implementations§
Source§impl Clone for _userHGLOBAL
impl Clone for _userHGLOBAL
Source§fn clone(&self) -> _userHGLOBAL
fn clone(&self) -> _userHGLOBAL
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for _userHGLOBAL
Auto Trait Implementations§
impl Freeze for _userHGLOBAL
impl RefUnwindSafe for _userHGLOBAL
impl !Send for _userHGLOBAL
impl !Sync for _userHGLOBAL
impl Unpin for _userHGLOBAL
impl UnwindSafe for _userHGLOBAL
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