#[repr(C)]pub struct tagRemHMETAFILEPICT {
pub mm: LONG,
pub xExt: LONG,
pub yExt: LONG,
pub cbData: ULONG,
pub data: [byte; 1],
}
Fields§
§mm: LONG
§xExt: LONG
§yExt: LONG
§cbData: ULONG
§data: [byte; 1]
Trait Implementations§
Source§impl Clone for tagRemHMETAFILEPICT
impl Clone for tagRemHMETAFILEPICT
Source§fn clone(&self) -> tagRemHMETAFILEPICT
fn clone(&self) -> tagRemHMETAFILEPICT
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 tagRemHMETAFILEPICT
impl Debug for tagRemHMETAFILEPICT
Source§impl Ord for tagRemHMETAFILEPICT
impl Ord for tagRemHMETAFILEPICT
Source§fn cmp(&self, other: &tagRemHMETAFILEPICT) -> Ordering
fn cmp(&self, other: &tagRemHMETAFILEPICT) -> 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 tagRemHMETAFILEPICT
impl PartialEq for tagRemHMETAFILEPICT
Source§impl PartialOrd for tagRemHMETAFILEPICT
impl PartialOrd for tagRemHMETAFILEPICT
impl Copy for tagRemHMETAFILEPICT
impl Eq for tagRemHMETAFILEPICT
impl StructuralPartialEq for tagRemHMETAFILEPICT
Auto Trait Implementations§
impl Freeze for tagRemHMETAFILEPICT
impl RefUnwindSafe for tagRemHMETAFILEPICT
impl Send for tagRemHMETAFILEPICT
impl Sync for tagRemHMETAFILEPICT
impl Unpin for tagRemHMETAFILEPICT
impl UnwindSafe for tagRemHMETAFILEPICT
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