pub enum UartAddress {
Io(u16),
Mmio(*mut u8),
}Variants§
Auto Trait Implementations§
impl Freeze for UartAddress
impl RefUnwindSafe for UartAddress
impl !Send for UartAddress
impl !Sync for UartAddress
impl Unpin for UartAddress
impl UnwindSafe for UartAddress
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