Struct mnemos_alloc::node::NodeRef
source · pub(crate) struct NodeRef {
pub(crate) node: NonNull<Recycle>,
}
Expand description
A handle that is used by the mpsc freelist to hold a linked list of Recycle nodes
Fields§
§node: NonNull<Recycle>
Auto Trait Implementations§
impl RefUnwindSafe for NodeRef
impl !Send for NodeRef
impl !Sync for NodeRef
impl Unpin for NodeRef
impl UnwindSafe for NodeRef
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