#[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: POINTL
nChars: DWORD
offString: DWORD
fOptions: DWORD
rcl: RECTL
offDx: DWORD
Trait 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