pub struct Arrakis { /* private fields */ }Implementations§
Trait Implementations§
Source§impl GlobalAlloc for Arrakis
impl GlobalAlloc for Arrakis
Source§unsafe fn alloc(&self, layout: Layout) -> *mut u8
unsafe fn alloc(&self, layout: Layout) -> *mut u8
Allocates memory as described by the given
layout. Read moreAuto Trait Implementations§
impl !Freeze for Arrakis
impl RefUnwindSafe for Arrakis
impl Send for Arrakis
impl Sync for Arrakis
impl Unpin for Arrakis
impl UnsafeUnpin for Arrakis
impl UnwindSafe for Arrakis
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