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