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