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