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