Struct windows_sys::Win32::Graphics::Gdi::EMRPOLYTEXTOUTA
#[repr(C)]pub struct EMRPOLYTEXTOUTA {
pub emr: EMR,
pub rclBounds: RECTL,
pub iGraphicsMode: u32,
pub exScale: f32,
pub eyScale: f32,
pub cStrings: i32,
pub aemrtext: [EMRTEXT; 1],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§emr: EMR
§rclBounds: RECTL
§iGraphicsMode: u32
§exScale: f32
§eyScale: f32
§cStrings: i32
§aemrtext: [EMRTEXT; 1]
Trait Implementations§
§impl Clone for EMRPOLYTEXTOUTA
impl Clone for EMRPOLYTEXTOUTA
impl Copy for EMRPOLYTEXTOUTA
Auto Trait Implementations§
impl RefUnwindSafe for EMRPOLYTEXTOUTA
impl Send for EMRPOLYTEXTOUTA
impl Sync for EMRPOLYTEXTOUTA
impl Unpin for EMRPOLYTEXTOUTA
impl UnwindSafe for EMRPOLYTEXTOUTA
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