#[repr(C)]pub struct tagMETAFILEPICT {
pub mm: LONG,
pub xExt: LONG,
pub yExt: LONG,
pub hMF: HMETAFILE,
}Fields§
§mm: LONG§xExt: LONG§yExt: LONG§hMF: HMETAFILETrait Implementations§
Source§impl Clone for tagMETAFILEPICT
impl Clone for tagMETAFILEPICT
Source§fn clone(&self) -> tagMETAFILEPICT
fn clone(&self) -> tagMETAFILEPICT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tagMETAFILEPICT
Auto Trait Implementations§
impl !Send for tagMETAFILEPICT
impl !Sync for tagMETAFILEPICT
impl Freeze for tagMETAFILEPICT
impl RefUnwindSafe for tagMETAFILEPICT
impl Unpin for tagMETAFILEPICT
impl UnsafeUnpin for tagMETAFILEPICT
impl UnwindSafe for tagMETAFILEPICT
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