Struct windows::Win32::Graphics::Gdi::EMRSETMITERLIMIT
#[repr(C)]pub struct EMRSETMITERLIMIT {
pub emr: EMR,
pub eMiterLimit: f32,
}
Fields§
§emr: EMR
§eMiterLimit: f32
Trait Implementations§
§impl Clone for EMRSETMITERLIMIT
impl Clone for EMRSETMITERLIMIT
§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 more§impl Debug for EMRSETMITERLIMIT
impl Debug for EMRSETMITERLIMIT
§impl Default for EMRSETMITERLIMIT
impl Default for EMRSETMITERLIMIT
§impl PartialEq for EMRSETMITERLIMIT
impl PartialEq for EMRSETMITERLIMIT
§fn eq(&self, other: &EMRSETMITERLIMIT) -> bool
fn eq(&self, other: &EMRSETMITERLIMIT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EMRSETMITERLIMIT
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)