pub struct Bc6hSfloat;
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 Bc6hSfloat
impl Clone for Bc6hSfloat
Source§fn clone(&self) -> Bc6hSfloat
fn clone(&self) -> Bc6hSfloat
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 Bc6hSfloat
impl Debug for Bc6hSfloat
Source§impl Hash for Bc6hSfloat
impl Hash for Bc6hSfloat
Source§impl Ord for Bc6hSfloat
impl Ord for Bc6hSfloat
Source§fn cmp(&self, other: &Bc6hSfloat) -> Ordering
fn cmp(&self, other: &Bc6hSfloat) -> 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 Bc6hSfloat
impl PartialEq for Bc6hSfloat
Source§impl PartialOrd for Bc6hSfloat
impl PartialOrd for Bc6hSfloat
impl Copy for Bc6hSfloat
impl Eq for Bc6hSfloat
impl StructuralPartialEq for Bc6hSfloat
Auto Trait Implementations§
impl Freeze for Bc6hSfloat
impl RefUnwindSafe for Bc6hSfloat
impl Send for Bc6hSfloat
impl Sync for Bc6hSfloat
impl Unpin for Bc6hSfloat
impl UnwindSafe for Bc6hSfloat
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