Struct vc6_sys::_userHGLOBAL
source · #[repr(C)]pub struct _userHGLOBAL {
pub fContext: c_long,
pub u: _userHGLOBAL___MIDL_IWinTypes_0003,
}Fields§
§fContext: c_long§u: _userHGLOBAL___MIDL_IWinTypes_0003Trait 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 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