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