Struct remoteMETAFILEPICT
#[repr(C)]pub struct remoteMETAFILEPICT {
pub mm: i32,
pub xExt: i32,
pub yExt: i32,
pub hMF: *mut userHMETAFILE,
}
Fields§
§mm: i32
§xExt: i32
§yExt: i32
§hMF: *mut userHMETAFILE
Trait Implementations§
§impl Clone for remoteMETAFILEPICT
impl Clone for remoteMETAFILEPICT
§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 moreimpl 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