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