pub struct PoolTag(pub u32);Expand description
pool allocation tag (4-byte identifier for debugging)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for PoolTag
impl Eq for PoolTag
impl StructuralPartialEq for PoolTag
Auto Trait Implementations§
impl Freeze for PoolTag
impl RefUnwindSafe for PoolTag
impl Send for PoolTag
impl Sync for PoolTag
impl Unpin for PoolTag
impl UnwindSafe for PoolTag
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