#[repr(C)]pub struct POLYTEXTA {
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_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for POLYTEXTA
impl RefUnwindSafe for POLYTEXTA
impl !Send for POLYTEXTA
impl !Sync for POLYTEXTA
impl Unpin for POLYTEXTA
impl UnwindSafe for POLYTEXTA
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