pub struct PageAllocationError {
pub requested: usize,
pub max: usize,
}Expand description
An error allocating pages from the page allocator.
Fields§
§requested: usize§max: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for PageAllocationError
impl RefUnwindSafe for PageAllocationError
impl Send for PageAllocationError
impl Sync for PageAllocationError
impl Unpin for PageAllocationError
impl UnsafeUnpin for PageAllocationError
impl UnwindSafe for PageAllocationError
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