#[repr(C)]pub struct remoteMETAFILEPICT {
pub mm: LONG,
pub xExt: LONG,
pub yExt: LONG,
pub hMF: *mut userHMETAFILE,
}
Fields§
§mm: LONG
§xExt: LONG
§yExt: LONG
§hMF: *mut userHMETAFILE
Trait 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 Default for remoteMETAFILEPICT
impl Default for remoteMETAFILEPICT
Source§fn default() -> remoteMETAFILEPICT
fn default() -> remoteMETAFILEPICT
Returns the “default value” for a type. Read more
impl Copy for remoteMETAFILEPICT
Auto Trait Implementations§
impl Freeze for remoteMETAFILEPICT
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