#[repr(C)]pub struct _userHMETAFILE {
pub fContext: LONG,
pub u: _userHMETAFILE___MIDL_IWinTypes_0004,
}
Fields§
§fContext: LONG
§u: _userHMETAFILE___MIDL_IWinTypes_0004
Trait 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 Freeze for _userHMETAFILE
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