#[repr(C)]pub struct tagPOLYTEXTA {
    pub x: c_int,
    pub y: c_int,
    pub n: UINT,
    pub lpstr: LPCSTR,
    pub uiFlags: UINT,
    pub rcl: RECT,
    pub pdx: *mut c_int,
}Fields§
§x: c_int§y: c_int§n: UINT§lpstr: LPCSTR§uiFlags: UINT§rcl: RECT§pdx: *mut c_intTrait Implementations§
Source§impl Clone for tagPOLYTEXTA
 
impl Clone for tagPOLYTEXTA
Source§fn clone(&self) -> tagPOLYTEXTA
 
fn clone(&self) -> tagPOLYTEXTA
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 tagPOLYTEXTA
 
impl Debug for tagPOLYTEXTA
Source§impl Ord for tagPOLYTEXTA
 
impl Ord for tagPOLYTEXTA
Source§fn cmp(&self, other: &tagPOLYTEXTA) -> Ordering
 
fn cmp(&self, other: &tagPOLYTEXTA) -> 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 tagPOLYTEXTA
 
impl PartialEq for tagPOLYTEXTA
Source§impl PartialOrd for tagPOLYTEXTA
 
impl PartialOrd for tagPOLYTEXTA
impl Copy for tagPOLYTEXTA
impl Eq for tagPOLYTEXTA
impl StructuralPartialEq for tagPOLYTEXTA
Auto Trait Implementations§
impl Freeze for tagPOLYTEXTA
impl RefUnwindSafe for tagPOLYTEXTA
impl !Send for tagPOLYTEXTA
impl !Sync for tagPOLYTEXTA
impl Unpin for tagPOLYTEXTA
impl UnwindSafe for tagPOLYTEXTA
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