Struct vc6_sys::_userHMETAFILE
source · #[repr(C)]pub struct _userHMETAFILE {
pub fContext: c_long,
pub u: _userHMETAFILE___MIDL_IWinTypes_0004,
}Fields§
§fContext: c_long§u: _userHMETAFILE___MIDL_IWinTypes_0004Trait Implementations§
source§impl Clone for _userHMETAFILE
impl Clone for _userHMETAFILE
source§fn clone(&self) -> _userHMETAFILE
fn clone(&self) -> _userHMETAFILE
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 _userHMETAFILE
Auto Trait Implementations§
impl RefUnwindSafe for _userHMETAFILE
impl !Send for _userHMETAFILE
impl !Sync for _userHMETAFILE
impl Unpin for _userHMETAFILE
impl UnwindSafe for _userHMETAFILE
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