#[repr(C)]pub struct bfloat16_t {
pub v: u16,
}
Fields§
§v: u16
Trait Implementations§
Source§impl Clone for bfloat16_t
impl Clone for bfloat16_t
Source§fn clone(&self) -> bfloat16_t
fn clone(&self) -> bfloat16_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for bfloat16_t
impl Debug for bfloat16_t
impl Copy for bfloat16_t
Auto Trait Implementations§
impl Freeze for bfloat16_t
impl RefUnwindSafe for bfloat16_t
impl Send for bfloat16_t
impl Sync for bfloat16_t
impl Unpin for bfloat16_t
impl UnwindSafe for bfloat16_t
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