Struct sdl2_sys::__BindgenFloat16
source · #[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
source§fn eq(&self, other: &__BindgenFloat16) -> bool
fn eq(&self, other: &__BindgenFloat16) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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