Struct keos::mm::ContigPages
source · pub struct ContigPages { /* private fields */ }
Expand description
A contiguous pages representation.
Implementations§
source§impl ContigPages
impl ContigPages
sourcepub fn new_with_align(size: usize, align: usize) -> Option<Self>
pub fn new_with_align(size: usize, align: usize) -> Option<Self>
Allocate a page with align
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ContigPages
impl Send for ContigPages
impl Sync for ContigPages
impl Unpin for ContigPages
impl UnwindSafe for ContigPages
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more