#[repr(C)]pub struct EMREXTTEXTOUTA {
pub emr: EMR,
pub rclBounds: RECTL,
pub iGraphicsMode: DWORD,
pub exScale: FLOAT,
pub eyScale: FLOAT,
pub emrtext: EMRTEXT,
}
Fields
emr: EMR
rclBounds: RECTL
iGraphicsMode: DWORD
exScale: FLOAT
eyScale: FLOAT
emrtext: EMRTEXT
Trait Implementations
sourceimpl Clone for EMREXTTEXTOUTA
impl Clone for EMREXTTEXTOUTA
sourcefn clone(&self) -> EMREXTTEXTOUTA
fn clone(&self) -> EMREXTTEXTOUTA
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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