Struct gfx_hal::format::Rgba16Sfloat [−][src]
pub struct Rgba16Sfloat;
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 Rgba16Sfloat
[src]
impl Clone for Rgba16Sfloat
[src]fn clone(&self) -> Rgba16Sfloat
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for Rgba16Sfloat
[src]
impl Copy for Rgba16Sfloat
[src]impl Eq for Rgba16Sfloat
[src]
impl Eq for Rgba16Sfloat
[src]impl Hash for Rgba16Sfloat
[src]
impl Hash for Rgba16Sfloat
[src]impl Ord for Rgba16Sfloat
[src]
impl Ord for Rgba16Sfloat
[src]impl PartialEq<Rgba16Sfloat> for Rgba16Sfloat
[src]
impl PartialEq<Rgba16Sfloat> for Rgba16Sfloat
[src]impl PartialOrd<Rgba16Sfloat> for Rgba16Sfloat
[src]
impl PartialOrd<Rgba16Sfloat> for Rgba16Sfloat
[src]fn partial_cmp(&self, other: &Rgba16Sfloat) -> 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 Rgba16Sfloat
[src]
impl StructuralEq for Rgba16Sfloat
[src]impl StructuralPartialEq for Rgba16Sfloat
[src]
impl StructuralPartialEq for Rgba16Sfloat
[src]Auto Trait Implementations
impl RefUnwindSafe for Rgba16Sfloat
impl RefUnwindSafe for Rgba16Sfloat
impl Send for Rgba16Sfloat
impl Send for Rgba16Sfloat
impl Sync for Rgba16Sfloat
impl Sync for Rgba16Sfloat
impl Unpin for Rgba16Sfloat
impl Unpin for Rgba16Sfloat
impl UnwindSafe for Rgba16Sfloat
impl UnwindSafe for Rgba16Sfloat