pub struct AllocatorDebugInfo {
pub name: String,
pub id: u64,
}
Fields§
§name: String
§id: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllocatorDebugInfo
impl RefUnwindSafe for AllocatorDebugInfo
impl Send for AllocatorDebugInfo
impl Sync for AllocatorDebugInfo
impl Unpin for AllocatorDebugInfo
impl UnwindSafe for AllocatorDebugInfo
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