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