pub struct f16x2(/* private fields */);๐ฌThis is a nightly-only experimental API. (
stdarch_nvptx #111199)Available on NVidia GPU only.
Expand description
PTX-specific 32-bit wide floating point (f16 x 2) vector type
Trait Implementationsยง
Sourceยงimpl Clone for f16x2
impl Clone for f16x2
Sourceยงfn clone(&self) -> f16x2
fn clone(&self) -> f16x2
This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)where
Self:,
fn clone_from(&mut self, source: &Self)where
Self:,
This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).
Performs copy-assignment from
source. Read moreimpl Copy for f16x2
Auto Trait Implementationsยง
impl Freeze for f16x2
impl RefUnwindSafe for f16x2
impl Send for f16x2
impl Sync for f16x2
impl Unpin for f16x2
impl UnsafeUnpin 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
This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).
Mutably borrows from an owned value. Read more