pub enum DeviceKind {
Intc(Device<Box<dyn Interface>>),
Timer(Device<Box<dyn Interface>>),
}
Variants§
Auto Trait Implementations§
impl Freeze for DeviceKind
impl !RefUnwindSafe for DeviceKind
impl Send for DeviceKind
impl Sync for DeviceKind
impl Unpin for DeviceKind
impl !UnwindSafe for DeviceKind
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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