#[repr(C)]pub struct memoryPtr {
pub next: *mut memoryPtr,
}Fields§
§next: *mut memoryPtrTrait Implementations§
impl Copy for memoryPtr
Auto Trait Implementations§
impl Freeze for memoryPtr
impl RefUnwindSafe for memoryPtr
impl !Send for memoryPtr
impl !Sync for memoryPtr
impl Unpin for memoryPtr
impl UnwindSafe for memoryPtr
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