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