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