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