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