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