#[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 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 tagPOLYTEXTA
impl Debug for tagPOLYTEXTA
impl Copy 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