pub struct Vec2W {
pub x: FloatW,
pub y: FloatW,
}Expand description
Wide vec2. (b2Vec2W)
Fields§
§x: FloatW§y: FloatWTrait Implementations§
impl Copy for Vec2W
impl StructuralPartialEq for Vec2W
Auto Trait Implementations§
impl Freeze for Vec2W
impl RefUnwindSafe for Vec2W
impl Send for Vec2W
impl Sync for Vec2W
impl Unpin for Vec2W
impl UnsafeUnpin for Vec2W
impl UnwindSafe for Vec2W
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