Struct windows_sys::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
impl Copy for EMRSETMITERLIMIT
Auto Trait Implementations§
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