pub struct VectorF32 {
pub first_vector_component: f32,
pub second_vector_component: f32,
pub third_vector_component: f32,
}Fields§
§first_vector_component: f32§second_vector_component: f32§third_vector_component: f32Implementations§
Trait Implementations§
Auto Trait Implementations§
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