#[repr(C)]pub(crate) struct __FreeNode {
pub(crate) size: usize,
pub(crate) next: *mut __FreeNode,
}Fields§
§size: usize§next: *mut __FreeNodeAuto Trait Implementations§
impl Freeze for __FreeNode
impl RefUnwindSafe for __FreeNode
impl !Send for __FreeNode
impl !Sync for __FreeNode
impl Unpin for __FreeNode
impl UnsafeUnpin for __FreeNode
impl UnwindSafe for __FreeNode
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