pub struct Vec4f { /* private fields */ }Expand description
A 4-component f32 vector (one column of a Mat4).
Implementations§
Trait Implementations§
impl Copy for Vec4f
impl StructuralPartialEq for Vec4f
Auto Trait Implementations§
impl Freeze for Vec4f
impl RefUnwindSafe for Vec4f
impl Send for Vec4f
impl Sync for Vec4f
impl Unpin for Vec4f
impl UnsafeUnpin for Vec4f
impl UnwindSafe for Vec4f
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