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