pub struct ShaderInfoTypeAMD(/* private fields */);Expand description
Implementations§
Source§impl ShaderInfoTypeAMD
impl ShaderInfoTypeAMD
pub const STATISTICS: ShaderInfoTypeAMD
pub const BINARY: ShaderInfoTypeAMD
pub const DISASSEMBLY: ShaderInfoTypeAMD
pub const fn from_raw(value: i32) -> ShaderInfoTypeAMD
pub const fn as_raw(self) -> i32
Trait Implementations§
Source§impl Clone for ShaderInfoTypeAMD
impl Clone for ShaderInfoTypeAMD
Source§fn clone(&self) -> ShaderInfoTypeAMD
fn clone(&self) -> ShaderInfoTypeAMD
Returns a duplicate 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 Display for ShaderInfoTypeAMD
impl Display for ShaderInfoTypeAMD
Source§impl Error for ShaderInfoTypeAMD
impl Error for ShaderInfoTypeAMD
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
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 UnsafeUnpin 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