pub struct PitResolver;Expand description
A resolver for PIT devices.
Trait Implementations§
Source§impl ResolveResource<ChipsetDeviceHandleKind, PitDeviceHandle> for PitResolver
impl ResolveResource<ChipsetDeviceHandleKind, PitDeviceHandle> for PitResolver
Auto Trait Implementations§
impl Freeze for PitResolver
impl RefUnwindSafe for PitResolver
impl Send for PitResolver
impl Sync for PitResolver
impl Unpin for PitResolver
impl UnwindSafe for PitResolver
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