Struct windows_sys::Win32::Graphics::Gdi::EMREXTTEXTOUTA
[−]#[repr(C)]pub struct EMREXTTEXTOUTA {
pub emr: EMR,
pub rclBounds: RECTL,
pub iGraphicsMode: u32,
pub exScale: f32,
pub eyScale: f32,
pub emrtext: EMRTEXT,
}
Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_Foundation"
Fields
emr: EMR
rclBounds: RECTL
iGraphicsMode: u32
exScale: f32
eyScale: f32
emrtext: EMRTEXT
Trait Implementations
impl Clone for EMREXTTEXTOUTA
impl Clone for EMREXTTEXTOUTA
impl Copy for EMREXTTEXTOUTA
Auto Trait Implementations
impl RefUnwindSafe for EMREXTTEXTOUTA
impl Send for EMREXTTEXTOUTA
impl Sync for EMREXTTEXTOUTA
impl Unpin for EMREXTTEXTOUTA
impl UnwindSafe for EMREXTTEXTOUTA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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