pub struct MetalExtNameScope { /* private fields */ }Expand description
Tracks declared names for MetalExt scope analysis.
Implementations§
Trait Implementations§
Source§impl Debug for MetalExtNameScope
impl Debug for MetalExtNameScope
Source§impl Default for MetalExtNameScope
impl Default for MetalExtNameScope
Source§fn default() -> MetalExtNameScope
fn default() -> MetalExtNameScope
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MetalExtNameScope
impl RefUnwindSafe for MetalExtNameScope
impl Send for MetalExtNameScope
impl Sync for MetalExtNameScope
impl Unpin for MetalExtNameScope
impl UnsafeUnpin for MetalExtNameScope
impl UnwindSafe for MetalExtNameScope
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