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