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: EMR
iEscape: i32
cbEscData: i32
EscData: [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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more