Struct vc6_sys::_remoteMETAFILEPICT
source · #[repr(C)]pub struct _remoteMETAFILEPICT {
pub mm: c_long,
pub xExt: c_long,
pub yExt: c_long,
pub hMF: *mut userHMETAFILE,
}Fields§
§mm: c_long§xExt: c_long§yExt: c_long§hMF: *mut userHMETAFILETrait Implementations§
source§impl Clone for _remoteMETAFILEPICT
impl Clone for _remoteMETAFILEPICT
source§fn clone(&self) -> _remoteMETAFILEPICT
fn clone(&self) -> _remoteMETAFILEPICT
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 _remoteMETAFILEPICT
impl Debug for _remoteMETAFILEPICT
impl Copy for _remoteMETAFILEPICT
Auto Trait Implementations§
impl RefUnwindSafe for _remoteMETAFILEPICT
impl !Send for _remoteMETAFILEPICT
impl !Sync for _remoteMETAFILEPICT
impl Unpin for _remoteMETAFILEPICT
impl UnwindSafe for _remoteMETAFILEPICT
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