#[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_intTrait Implementations§
Source§impl Clone for tagPOLYTEXTW
impl Clone for tagPOLYTEXTW
Source§fn clone(&self) -> tagPOLYTEXTW
fn clone(&self) -> tagPOLYTEXTW
Returns a duplicate 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
impl Copy 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