#[repr(C)]pub struct tagEMRTEXT {
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§
Source§impl Clone for tagEMRTEXT
impl Clone for tagEMRTEXT
Source§fn clone(&self) -> tagEMRTEXT
fn clone(&self) -> tagEMRTEXT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for tagEMRTEXT
impl Debug for tagEMRTEXT
Source§impl Ord for tagEMRTEXT
impl Ord for tagEMRTEXT
Source§fn cmp(&self, other: &tagEMRTEXT) -> Ordering
fn cmp(&self, other: &tagEMRTEXT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagEMRTEXT
impl PartialEq for tagEMRTEXT
Source§impl PartialOrd for tagEMRTEXT
impl PartialOrd for tagEMRTEXT
impl Copy for tagEMRTEXT
impl Eq for tagEMRTEXT
impl StructuralPartialEq for tagEMRTEXT
Auto Trait Implementations§
impl Freeze for tagEMRTEXT
impl RefUnwindSafe for tagEMRTEXT
impl Send for tagEMRTEXT
impl Sync for tagEMRTEXT
impl Unpin for tagEMRTEXT
impl UnwindSafe for tagEMRTEXT
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