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