pub struct ShaderInstrumentationARM(/* private fields */);Expand description
Non-dispatchable handle (u64).
Parent: Device.
Trait Implementations§
Source§impl Clone for ShaderInstrumentationARM
impl Clone for ShaderInstrumentationARM
Source§fn clone(&self) -> ShaderInstrumentationARM
fn clone(&self) -> ShaderInstrumentationARM
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ShaderInstrumentationARM
Source§impl Debug for ShaderInstrumentationARM
impl Debug for ShaderInstrumentationARM
Source§impl Default for ShaderInstrumentationARM
impl Default for ShaderInstrumentationARM
impl Eq for ShaderInstrumentationARM
Source§impl Handle for ShaderInstrumentationARM
impl Handle for ShaderInstrumentationARM
Source§impl Hash for ShaderInstrumentationARM
impl Hash for ShaderInstrumentationARM
Source§impl PartialEq for ShaderInstrumentationARM
impl PartialEq for ShaderInstrumentationARM
Source§fn eq(&self, other: &ShaderInstrumentationARM) -> bool
fn eq(&self, other: &ShaderInstrumentationARM) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ShaderInstrumentationARM
Auto Trait Implementations§
impl Freeze for ShaderInstrumentationARM
impl RefUnwindSafe for ShaderInstrumentationARM
impl Send for ShaderInstrumentationARM
impl Sync for ShaderInstrumentationARM
impl Unpin for ShaderInstrumentationARM
impl UnsafeUnpin for ShaderInstrumentationARM
impl UnwindSafe for ShaderInstrumentationARM
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