pub enum DriverSpecific {
Uart(BoxDriver),
InteruptChip(BoxDriver),
Timer(BoxDriver),
}
Variants§
Auto Trait Implementations§
impl Freeze for DriverSpecific
impl !RefUnwindSafe for DriverSpecific
impl Send for DriverSpecific
impl Sync for DriverSpecific
impl Unpin for DriverSpecific
impl !UnwindSafe for DriverSpecific
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