pub enum AlignError {
OomError,
Unaligned(AllocateNonContiguousRet),
}
🔬This is a nightly-only experimental API. (
kernel_physical_allocator_location
)Variants§
OomError
🔬This is a nightly-only experimental API. (
kernel_physical_allocator_location
)Unaligned(AllocateNonContiguousRet)
🔬This is a nightly-only experimental API. (
kernel_physical_allocator_location
)Auto Trait Implementations§
impl Freeze for AlignError
impl RefUnwindSafe for AlignError
impl Send for AlignError
impl Sync for AlignError
impl Unpin for AlignError
impl UnwindSafe for AlignError
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