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