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