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