pub struct OffloadNotSupported;
Expand description
APIC offload is not supported with the current request state, likely due to auto EOI. The caller must disable offloads and scan the APIC again.
Auto Trait Implementations§
impl Freeze for OffloadNotSupported
impl RefUnwindSafe for OffloadNotSupported
impl Send for OffloadNotSupported
impl Sync for OffloadNotSupported
impl Unpin for OffloadNotSupported
impl UnwindSafe for OffloadNotSupported
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