#[repr(transparent)]pub struct __BindgenFloat16(pub u16);
Tuple Fields§
§0: u16
Trait Implementations§
Source§impl Clone for __BindgenFloat16
impl Clone for __BindgenFloat16
Source§fn clone(&self) -> __BindgenFloat16
fn clone(&self) -> __BindgenFloat16
Returns a copy 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 __BindgenFloat16
impl Debug for __BindgenFloat16
Source§impl Default for __BindgenFloat16
impl Default for __BindgenFloat16
Source§fn default() -> __BindgenFloat16
fn default() -> __BindgenFloat16
Returns the “default value” for a type. Read more
Source§impl Hash for __BindgenFloat16
impl Hash for __BindgenFloat16
Source§impl PartialEq for __BindgenFloat16
impl PartialEq for __BindgenFloat16
impl Copy for __BindgenFloat16
impl StructuralPartialEq for __BindgenFloat16
Auto Trait Implementations§
impl Freeze for __BindgenFloat16
impl RefUnwindSafe for __BindgenFloat16
impl Send for __BindgenFloat16
impl Sync for __BindgenFloat16
impl Unpin for __BindgenFloat16
impl UnwindSafe for __BindgenFloat16
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