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