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