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],
}
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§
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