pub struct GenericPicDeps {}
Expand description
Generic Dual 8259 Programmable Interrupt Controllers (PIC)
Auto Trait Implementations§
impl Freeze for GenericPicDeps
impl RefUnwindSafe for GenericPicDeps
impl Send for GenericPicDeps
impl Sync for GenericPicDeps
impl Unpin for GenericPicDeps
impl UnwindSafe for GenericPicDeps
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