pub enum ComPort {
Com1,
Com2,
Com3,
Com4,
}
Expand description
A PC standard COM port.
Variants§
Com1
COM1, at 0x3f8/IRQ4.
Com2
COM2, at 0x2f8/IRQ3.
Com3
COM3, at 0x3e8/IRQ4.
Com4
COM4, at 0x2e8/IRQ3.
Implementations§
Trait Implementations§
impl Copy for ComPort
impl Eq for ComPort
impl StructuralPartialEq for ComPort
Auto Trait Implementations§
impl Freeze for ComPort
impl RefUnwindSafe for ComPort
impl Send for ComPort
impl Sync for ComPort
impl Unpin for ComPort
impl UnwindSafe for ComPort
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