Struct windows_sys::Win32::Graphics::Gdi::EMREXTESCAPE
[−]#[repr(C)]pub struct EMREXTESCAPE {
pub emr: EMR,
pub iEscape: i32,
pub cbEscData: i32,
pub EscData: [u8; 1],
}Expand description
Required features: "Win32_Graphics_Gdi"
Fields
emr: EMRiEscape: i32cbEscData: i32EscData: [u8; 1]Trait Implementations
impl Clone for EMREXTESCAPE
impl Clone for EMREXTESCAPE
impl Copy for EMREXTESCAPE
Auto Trait Implementations
impl RefUnwindSafe for EMREXTESCAPE
impl Send for EMREXTESCAPE
impl Sync for EMREXTESCAPE
impl Unpin for EMREXTESCAPE
impl UnwindSafe for EMREXTESCAPE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more