#[repr(C)]pub struct RemHMETAFILEPICT {
pub mm: i32,
pub xExt: i32,
pub yExt: i32,
pub cbData: u32,
pub data: [u8; 1],
}Fields§
§mm: i32§xExt: i32§yExt: i32§cbData: u32§data: [u8; 1]Trait Implementations§
Source§impl Abi for RemHMETAFILEPICT
impl Abi for RemHMETAFILEPICT
Source§type Abi = RemHMETAFILEPICT
type Abi = RemHMETAFILEPICT
The abi representation of the implementing type. Read more
type DefaultType = RemHMETAFILEPICT
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 RemHMETAFILEPICT
impl Clone for RemHMETAFILEPICT
Source§fn clone(&self) -> RemHMETAFILEPICT
fn clone(&self) -> RemHMETAFILEPICT
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 RemHMETAFILEPICT
Source§impl Debug for RemHMETAFILEPICT
impl Debug for RemHMETAFILEPICT
Source§impl Default for RemHMETAFILEPICT
impl Default for RemHMETAFILEPICT
impl Eq for RemHMETAFILEPICT
Auto Trait Implementations§
impl Freeze for RemHMETAFILEPICT
impl RefUnwindSafe for RemHMETAFILEPICT
impl Send for RemHMETAFILEPICT
impl Sync for RemHMETAFILEPICT
impl Unpin for RemHMETAFILEPICT
impl UnsafeUnpin for RemHMETAFILEPICT
impl UnwindSafe for RemHMETAFILEPICT
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