pub struct GenericPitDeps;
Expand description
Generic Intel 8253/8254 Programmable Interval Timer (PIT)
Auto Trait Implementations§
impl Freeze for GenericPitDeps
impl RefUnwindSafe for GenericPitDeps
impl Send for GenericPitDeps
impl Sync for GenericPitDeps
impl Unpin for GenericPitDeps
impl UnwindSafe for GenericPitDeps
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