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 userHMETAFILETrait Implementations§
§impl Clone for remoteMETAFILEPICT
impl Clone for remoteMETAFILEPICT
§fn clone(&self) -> remoteMETAFILEPICT
fn clone(&self) -> remoteMETAFILEPICT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 !Send for remoteMETAFILEPICT
impl !Sync for remoteMETAFILEPICT
impl Freeze for remoteMETAFILEPICT
impl RefUnwindSafe for remoteMETAFILEPICT
impl Unpin for remoteMETAFILEPICT
impl UnsafeUnpin 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