#[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 RefUnwindSafe for POLYTEXTA
impl !Send for POLYTEXTA
impl !Sync for POLYTEXTA
impl Unpin for POLYTEXTA
impl UnwindSafe for POLYTEXTA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more