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