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