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