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