#[repr(C)]pub struct tagPOINTS {
pub x: SHORT,
pub y: SHORT,
}
Fields§
§x: SHORT
§y: SHORT
Trait Implementations§
Source§impl Ord for tagPOINTS
impl Ord for tagPOINTS
Source§impl PartialOrd for tagPOINTS
impl PartialOrd for tagPOINTS
impl Copy for tagPOINTS
impl Eq for tagPOINTS
impl StructuralPartialEq for tagPOINTS
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