#[repr(C)]pub struct tagEMRPOLYTEXTOUTA {
pub emr: EMR,
pub rclBounds: RECTL,
pub iGraphicsMode: DWORD,
pub exScale: FLOAT,
pub eyScale: FLOAT,
pub cStrings: LONG,
pub aemrtext: [EMRTEXT; 1],
}
Fields§
§emr: EMR
§rclBounds: RECTL
§iGraphicsMode: DWORD
§exScale: FLOAT
§eyScale: FLOAT
§cStrings: LONG
§aemrtext: [EMRTEXT; 1]
Trait Implementations§
Source§impl Clone for tagEMRPOLYTEXTOUTA
impl Clone for tagEMRPOLYTEXTOUTA
Source§fn clone(&self) -> tagEMRPOLYTEXTOUTA
fn clone(&self) -> tagEMRPOLYTEXTOUTA
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 tagEMRPOLYTEXTOUTA
impl Debug for tagEMRPOLYTEXTOUTA
Source§impl PartialEq for tagEMRPOLYTEXTOUTA
impl PartialEq for tagEMRPOLYTEXTOUTA
Source§impl PartialOrd for tagEMRPOLYTEXTOUTA
impl PartialOrd for tagEMRPOLYTEXTOUTA
impl Copy for tagEMRPOLYTEXTOUTA
impl StructuralPartialEq for tagEMRPOLYTEXTOUTA
Auto Trait Implementations§
impl Freeze for tagEMRPOLYTEXTOUTA
impl RefUnwindSafe for tagEMRPOLYTEXTOUTA
impl Send for tagEMRPOLYTEXTOUTA
impl Sync for tagEMRPOLYTEXTOUTA
impl Unpin for tagEMRPOLYTEXTOUTA
impl UnwindSafe for tagEMRPOLYTEXTOUTA
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