pub struct Bc6hUfloat;
Expand description
A struct equivalent to the matching Format
enum member, which allows
an API to be strongly typed on particular formats.
Trait Implementations§
Source§impl Clone for Bc6hUfloat
impl Clone for Bc6hUfloat
Source§fn clone(&self) -> Bc6hUfloat
fn clone(&self) -> Bc6hUfloat
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 Bc6hUfloat
impl Debug for Bc6hUfloat
Source§impl Hash for Bc6hUfloat
impl Hash for Bc6hUfloat
Source§impl Ord for Bc6hUfloat
impl Ord for Bc6hUfloat
Source§fn cmp(&self, other: &Bc6hUfloat) -> Ordering
fn cmp(&self, other: &Bc6hUfloat) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Bc6hUfloat
impl PartialEq for Bc6hUfloat
Source§impl PartialOrd for Bc6hUfloat
impl PartialOrd for Bc6hUfloat
impl Copy for Bc6hUfloat
impl Eq for Bc6hUfloat
impl StructuralPartialEq for Bc6hUfloat
Auto Trait Implementations§
impl Freeze for Bc6hUfloat
impl RefUnwindSafe for Bc6hUfloat
impl Send for Bc6hUfloat
impl Sync for Bc6hUfloat
impl Unpin for Bc6hUfloat
impl UnwindSafe for Bc6hUfloat
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