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