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