#[repr(C)]pub struct _userHENHMETAFILE {
pub fContext: LONG,
pub u: _userHENHMETAFILE___MIDL_IWinTypes_0006,
}
Fields§
§fContext: LONG
§u: _userHENHMETAFILE___MIDL_IWinTypes_0006
Trait Implementations§
Source§impl Clone for _userHENHMETAFILE
impl Clone for _userHENHMETAFILE
Source§fn clone(&self) -> _userHENHMETAFILE
fn clone(&self) -> _userHENHMETAFILE
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 _userHENHMETAFILE
Auto Trait Implementations§
impl Freeze for _userHENHMETAFILE
impl RefUnwindSafe for _userHENHMETAFILE
impl !Send for _userHENHMETAFILE
impl !Sync for _userHENHMETAFILE
impl Unpin for _userHENHMETAFILE
impl UnwindSafe for _userHENHMETAFILE
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