#[repr(transparent)]pub struct Vec4h(pub [f16; 4]);
Tuple Fields§
§0: [f16; 4]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Vec4h
impl Send for Vec4h
impl Sync for Vec4h
impl Unpin for Vec4h
impl UnwindSafe for Vec4h
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