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§impl PartialOrd for ShaderInfoTypeAMD
impl PartialOrd for ShaderInfoTypeAMD
impl 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)