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