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