#[repr(C)]pub struct float16 {
pub v: [f32; 16],
}Fields§
§v: [f32; 16]Trait Implementations§
impl Copy for float16
impl StructuralPartialEq for float16
Auto Trait Implementations§
impl Freeze for float16
impl RefUnwindSafe for float16
impl Send for float16
impl Sync for float16
impl Unpin for float16
impl UnsafeUnpin for float16
impl UnwindSafe for float16
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