#[repr(C)]pub struct ULvec4 {
pub value: [f32; 4],
}Expand description
4-component float vector
Fields§
§value: [f32; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for ULvec4
impl RefUnwindSafe for ULvec4
impl Send for ULvec4
impl Sync for ULvec4
impl Unpin for ULvec4
impl UnwindSafe for ULvec4
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