pub enum IoKind {
Port,
Mmio,
Mmio16,
Mmio32,
Mmio32be,
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoKind
impl RefUnwindSafe for IoKind
impl Send for IoKind
impl Sync for IoKind
impl Unpin for IoKind
impl UnwindSafe for IoKind
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