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