#[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: HMETAFILE
Trait Implementations§
Source§impl Clone for tagMETAFILEPICT
impl Clone for tagMETAFILEPICT
Source§fn clone(&self) -> tagMETAFILEPICT
fn clone(&self) -> tagMETAFILEPICT
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 moreSource§impl Debug for tagMETAFILEPICT
impl Debug for tagMETAFILEPICT
Source§impl Ord for tagMETAFILEPICT
impl Ord for tagMETAFILEPICT
Source§fn cmp(&self, other: &tagMETAFILEPICT) -> Ordering
fn cmp(&self, other: &tagMETAFILEPICT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagMETAFILEPICT
impl PartialEq for tagMETAFILEPICT
Source§impl PartialOrd for tagMETAFILEPICT
impl PartialOrd for tagMETAFILEPICT
impl Copy for tagMETAFILEPICT
impl Eq for tagMETAFILEPICT
impl StructuralPartialEq for tagMETAFILEPICT
Auto Trait Implementations§
impl Freeze for tagMETAFILEPICT
impl RefUnwindSafe for tagMETAFILEPICT
impl !Send for tagMETAFILEPICT
impl !Sync for tagMETAFILEPICT
impl Unpin 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