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