pub struct PageAllocator(/* private fields */);
Implementations§
Auto Trait Implementations§
impl Freeze for PageAllocator
impl RefUnwindSafe for PageAllocator
impl Send for PageAllocator
impl !Sync for PageAllocator
impl Unpin for PageAllocator
impl UnwindSafe for PageAllocator
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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