#[repr(C)]pub struct EMRTEXT {
    pub ptlReference: POINTL,
    pub nChars: DWORD,
    pub offString: DWORD,
    pub fOptions: DWORD,
    pub rcl: RECTL,
    pub offDx: DWORD,
}Fields
ptlReference: POINTLnChars: DWORDoffString: DWORDfOptions: DWORDrcl: RECTLoffDx: DWORDTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EMRTEXT
impl Send for EMRTEXT
impl Sync for EMRTEXT
impl Unpin for EMRTEXT
impl UnwindSafe for EMRTEXT
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