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