pub struct InternalFunctionIdAllocator {
pub internal_function_number: InternalFunctionId,
}
Fields§
§internal_function_number: InternalFunctionId
Implementations§
Source§impl InternalFunctionIdAllocator
impl InternalFunctionIdAllocator
pub const fn new() -> Self
pub fn alloc(&mut self) -> InternalFunctionId
Trait Implementations§
Source§impl Clone for InternalFunctionIdAllocator
impl Clone for InternalFunctionIdAllocator
Source§fn clone(&self) -> InternalFunctionIdAllocator
fn clone(&self) -> InternalFunctionIdAllocator
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InternalFunctionIdAllocator
impl Debug for InternalFunctionIdAllocator
Auto Trait Implementations§
impl Freeze for InternalFunctionIdAllocator
impl RefUnwindSafe for InternalFunctionIdAllocator
impl Send for InternalFunctionIdAllocator
impl Sync for InternalFunctionIdAllocator
impl Unpin for InternalFunctionIdAllocator
impl UnwindSafe for InternalFunctionIdAllocator
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