Struct debris_llir::item_id::ItemIdAllocator
source · pub struct ItemIdAllocator {
current: Cell<u32>,
}
Fields§
§current: Cell<u32>
Implementations§
Trait Implementations§
source§impl Default for ItemIdAllocator
impl Default for ItemIdAllocator
source§fn default() -> ItemIdAllocator
fn default() -> ItemIdAllocator
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for ItemIdAllocator
impl Send for ItemIdAllocator
impl !Sync for ItemIdAllocator
impl Unpin for ItemIdAllocator
impl UnwindSafe for ItemIdAllocator
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