#[repr(simd)]pub struct f16x2(/* private fields */);
🔬This is a nightly-only experimental API. (
stdarch_nvptx
#111199)Available on
target_arch="nvptx64"
only.Expand description
PTX-specific 32-bit wide floating point (f16 x 2) vector type
Trait Implementations§
Auto Trait Implementations§
impl Freeze for f16x2
impl RefUnwindSafe for f16x2
impl Send for f16x2
impl Sync for f16x2
impl Unpin for f16x2
impl UnwindSafe for f16x2
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