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