Struct gfx_hal::format::B10g11r11Ufloat [−][src]
pub struct B10g11r11Ufloat;
A struct equivalent to the matching Format
enum member, which allows
an API to be strongly typed on particular formats.
Trait Implementations
impl Clone for B10g11r11Ufloat
[src]
impl Clone for B10g11r11Ufloat
[src]fn clone(&self) -> B10g11r11Ufloat
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for B10g11r11Ufloat
[src]
impl Copy for B10g11r11Ufloat
[src]impl Eq for B10g11r11Ufloat
[src]
impl Eq for B10g11r11Ufloat
[src]impl Hash for B10g11r11Ufloat
[src]
impl Hash for B10g11r11Ufloat
[src]impl Ord for B10g11r11Ufloat
[src]
impl Ord for B10g11r11Ufloat
[src]impl PartialEq<B10g11r11Ufloat> for B10g11r11Ufloat
[src]
impl PartialEq<B10g11r11Ufloat> for B10g11r11Ufloat
[src]impl PartialOrd<B10g11r11Ufloat> for B10g11r11Ufloat
[src]
impl PartialOrd<B10g11r11Ufloat> for B10g11r11Ufloat
[src]fn partial_cmp(&self, other: &B10g11r11Ufloat) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl StructuralEq for B10g11r11Ufloat
[src]
impl StructuralEq for B10g11r11Ufloat
[src]impl StructuralPartialEq for B10g11r11Ufloat
[src]
impl StructuralPartialEq for B10g11r11Ufloat
[src]Auto Trait Implementations
impl RefUnwindSafe for B10g11r11Ufloat
impl RefUnwindSafe for B10g11r11Ufloat
impl Send for B10g11r11Ufloat
impl Send for B10g11r11Ufloat
impl Sync for B10g11r11Ufloat
impl Sync for B10g11r11Ufloat
impl Unpin for B10g11r11Ufloat
impl Unpin for B10g11r11Ufloat
impl UnwindSafe for B10g11r11Ufloat
impl UnwindSafe for B10g11r11Ufloat