pub struct AllocateNonContiguousRet(Range<Frame>);
🔬This is a nightly-only experimental API. (
kernel_physical_allocator_non_contiguous
)Tuple Fields§
§0: Range<Frame>
🔬This is a nightly-only experimental API. (
kernel_physical_allocator_non_contiguous
)Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllocateNonContiguousRet
impl RefUnwindSafe for AllocateNonContiguousRet
impl Send for AllocateNonContiguousRet
impl Sync for AllocateNonContiguousRet
impl Unpin for AllocateNonContiguousRet
impl UnwindSafe for AllocateNonContiguousRet
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,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more