Struct METAFILEPICT
#[repr(C)]pub struct METAFILEPICT {
pub mm: i32,
pub xExt: i32,
pub yExt: i32,
pub hMF: HMETAFILE,
}
Fields§
§mm: i32
§xExt: i32
§yExt: i32
§hMF: HMETAFILE
Trait Implementations§
§impl Clone for METAFILEPICT
impl Clone for METAFILEPICT
§fn clone(&self) -> METAFILEPICT
fn clone(&self) -> METAFILEPICT
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 more§impl Debug for METAFILEPICT
impl Debug for METAFILEPICT
§impl Default for METAFILEPICT
impl Default for METAFILEPICT
§impl PartialEq for METAFILEPICT
impl PartialEq for METAFILEPICT
impl Copy for METAFILEPICT
impl StructuralPartialEq for METAFILEPICT
Auto Trait Implementations§
impl Freeze for METAFILEPICT
impl RefUnwindSafe for METAFILEPICT
impl !Send for METAFILEPICT
impl !Sync for METAFILEPICT
impl Unpin for METAFILEPICT
impl UnwindSafe for METAFILEPICT
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