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