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