Struct ash::vk::ShaderInfoTypeAMD
source · pub struct ShaderInfoTypeAMD(/* private fields */);
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 for ShaderInfoTypeAMD
impl PartialEq 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 for ShaderInfoTypeAMD
impl PartialOrd 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 moreimpl Copy for ShaderInfoTypeAMD
impl Eq for ShaderInfoTypeAMD
impl StructuralPartialEq for ShaderInfoTypeAMD
Auto Trait Implementations§
impl Freeze for ShaderInfoTypeAMD
impl RefUnwindSafe for ShaderInfoTypeAMD
impl Send for ShaderInfoTypeAMD
impl Sync for ShaderInfoTypeAMD
impl Unpin for ShaderInfoTypeAMD
impl UnwindSafe for ShaderInfoTypeAMD
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more