#[repr(C)]pub struct gvr_vec2f {
pub x: f32,
pub y: f32,
}Expand description
A floating point 2D vector.
Fields§
§x: f32§y: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for gvr_vec2f
impl RefUnwindSafe for gvr_vec2f
impl Send for gvr_vec2f
impl Sync for gvr_vec2f
impl Unpin for gvr_vec2f
impl UnwindSafe for gvr_vec2f
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