#[repr(transparent)]pub struct ShaderInfoTypeAMD(_);Expand description
Implementations
sourceimpl ShaderInfoTypeAMD
impl ShaderInfoTypeAMD
pub const STATISTICS: ShaderInfoTypeAMD = Self(0)
pub const BINARY: ShaderInfoTypeAMD = Self(1)
pub const DISASSEMBLY: ShaderInfoTypeAMD = Self(2)
Trait Implementations
sourceimpl Clone for ShaderInfoTypeAMD
impl Clone for ShaderInfoTypeAMD
sourcefn clone(&self) -> ShaderInfoTypeAMD
fn clone(&self) -> ShaderInfoTypeAMD
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ShaderInfoTypeAMD
impl Debug for ShaderInfoTypeAMD
sourceimpl Default for ShaderInfoTypeAMD
impl Default for ShaderInfoTypeAMD
sourcefn default() -> ShaderInfoTypeAMD
fn default() -> ShaderInfoTypeAMD
Returns the “default value” for a type. Read more
sourceimpl Hash for ShaderInfoTypeAMD
impl Hash for ShaderInfoTypeAMD
sourceimpl Ord for ShaderInfoTypeAMD
impl Ord for ShaderInfoTypeAMD
sourceimpl PartialEq<ShaderInfoTypeAMD> for ShaderInfoTypeAMD
impl PartialEq<ShaderInfoTypeAMD> for ShaderInfoTypeAMD
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &ShaderInfoTypeAMD) -> bool
fn ne(&self, other: &ShaderInfoTypeAMD) -> bool
This method tests for !=.
sourceimpl PartialOrd<ShaderInfoTypeAMD> for ShaderInfoTypeAMD
impl PartialOrd<ShaderInfoTypeAMD> for ShaderInfoTypeAMD
sourcefn partial_cmp(&self, other: &ShaderInfoTypeAMD) -> Option<Ordering>
fn partial_cmp(&self, other: &ShaderInfoTypeAMD) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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
impl Copy for ShaderInfoTypeAMD
impl Eq for ShaderInfoTypeAMD
impl StructuralEq for ShaderInfoTypeAMD
impl StructuralPartialEq for ShaderInfoTypeAMD
Auto Trait Implementations
impl RefUnwindSafe for ShaderInfoTypeAMD
impl Send for ShaderInfoTypeAMD
impl Sync for ShaderInfoTypeAMD
impl Unpin for ShaderInfoTypeAMD
impl UnwindSafe for ShaderInfoTypeAMD
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more