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