#[repr(C)]pub struct tagPOINTS {
pub x: SHORT,
pub y: SHORT,
}Fields§
§x: SHORT§y: SHORTTrait Implementations§
Auto Trait Implementations§
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