#[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 duplicate 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
impl Copy 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