#[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§
Source§impl Abi for remoteMETAFILEPICT
impl Abi for remoteMETAFILEPICT
Source§type Abi = remoteMETAFILEPICT
type Abi = remoteMETAFILEPICT
The abi representation of the implementing type. Read more
type DefaultType = remoteMETAFILEPICT
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for remoteMETAFILEPICT
impl Clone for remoteMETAFILEPICT
Source§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
Source§impl Debug for remoteMETAFILEPICT
impl Debug for remoteMETAFILEPICT
Source§impl Default for remoteMETAFILEPICT
impl Default for remoteMETAFILEPICT
impl Eq 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