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