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