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