pub struct VectorF32 {
pub first_vector_component: f32,
pub second_vector_component: f32,
pub third_vector_component: f32,
}Expand description
6.2.96 Vector record 6.2.7 Angular Velocity Vector record
Fields§
§first_vector_component: f32§second_vector_component: f32§third_vector_component: f32Implementations§
Trait Implementations§
impl Copy for VectorF32
impl StructuralPartialEq for VectorF32
Auto Trait Implementations§
impl Freeze for VectorF32
impl RefUnwindSafe for VectorF32
impl Send for VectorF32
impl Sync for VectorF32
impl Unpin for VectorF32
impl UnwindSafe for VectorF32
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