#[repr(C)]pub struct EMREXTCREATEPEN {
pub emr: EMR,
pub ihPen: u32,
pub offBmi: u32,
pub cbBmi: u32,
pub offBits: u32,
pub cbBits: u32,
pub elp: EXTLOGPEN32,
}Fields§
§emr: EMR§ihPen: u32§offBmi: u32§cbBmi: u32§offBits: u32§cbBits: u32§elp: EXTLOGPEN32Trait Implementations§
Source§impl Abi for EMREXTCREATEPEN
impl Abi for EMREXTCREATEPEN
Source§type Abi = EMREXTCREATEPEN
type Abi = EMREXTCREATEPEN
The abi representation of the implementing type. Read more
type DefaultType = EMREXTCREATEPEN
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 EMREXTCREATEPEN
impl Clone for EMREXTCREATEPEN
Source§fn clone(&self) -> EMREXTCREATEPEN
fn clone(&self) -> EMREXTCREATEPEN
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 moreSource§impl Debug for EMREXTCREATEPEN
impl Debug for EMREXTCREATEPEN
Source§impl Default for EMREXTCREATEPEN
impl Default for EMREXTCREATEPEN
Source§impl PartialEq for EMREXTCREATEPEN
impl PartialEq for EMREXTCREATEPEN
impl Copy for EMREXTCREATEPEN
impl Eq for EMREXTCREATEPEN
Auto Trait Implementations§
impl Freeze for EMREXTCREATEPEN
impl RefUnwindSafe for EMREXTCREATEPEN
impl Send for EMREXTCREATEPEN
impl Sync for EMREXTCREATEPEN
impl Unpin for EMREXTCREATEPEN
impl UnwindSafe for EMREXTCREATEPEN
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