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