pub enum LookasideError {
InitError(NtStatus),
}Expand description
Possible Errors returned by the Lookaside List Allocator
Variants§
Auto Trait Implementations§
impl Freeze for LookasideError
impl RefUnwindSafe for LookasideError
impl Send for LookasideError
impl Sync for LookasideError
impl Unpin for LookasideError
impl UnwindSafe for LookasideError
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