#[repr(C)]pub struct tPoint {
pub x: WORD,
pub y: WORD,
}Fields§
§x: WORD§y: WORDTrait Implementations§
Auto Trait Implementations§
impl Freeze for tPoint
impl RefUnwindSafe for tPoint
impl Send for tPoint
impl Sync for tPoint
impl Unpin for tPoint
impl UnwindSafe for tPoint
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