Struct ash::vk::ShaderInfoTypeAMD
source · #[repr(transparent)]pub struct ShaderInfoTypeAMD(_);
Expand description
Implementations§
source§impl ShaderInfoTypeAMD
impl ShaderInfoTypeAMD
pub const STATISTICS: Self = _
pub const BINARY: Self = _
pub const DISASSEMBLY: Self = _
Trait Implementations§
source§impl Clone for ShaderInfoTypeAMD
impl Clone for ShaderInfoTypeAMD
source§fn clone(&self) -> ShaderInfoTypeAMD
fn clone(&self) -> ShaderInfoTypeAMD
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ShaderInfoTypeAMD
impl Debug for ShaderInfoTypeAMD
source§impl Default for ShaderInfoTypeAMD
impl Default for ShaderInfoTypeAMD
source§fn default() -> ShaderInfoTypeAMD
fn default() -> ShaderInfoTypeAMD
Returns the “default value” for a type. Read more
source§impl Hash for ShaderInfoTypeAMD
impl Hash for ShaderInfoTypeAMD
source§impl Ord for ShaderInfoTypeAMD
impl Ord for ShaderInfoTypeAMD
source§fn cmp(&self, other: &ShaderInfoTypeAMD) -> Ordering
fn cmp(&self, other: &ShaderInfoTypeAMD) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<ShaderInfoTypeAMD> for ShaderInfoTypeAMD
impl PartialEq<ShaderInfoTypeAMD> for ShaderInfoTypeAMD
source§fn eq(&self, other: &ShaderInfoTypeAMD) -> bool
fn eq(&self, other: &ShaderInfoTypeAMD) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ShaderInfoTypeAMD> for ShaderInfoTypeAMD
impl PartialOrd<ShaderInfoTypeAMD> for ShaderInfoTypeAMD
source§fn partial_cmp(&self, other: &ShaderInfoTypeAMD) -> Option<Ordering>
fn partial_cmp(&self, other: &ShaderInfoTypeAMD) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more