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