#[repr(u8)]pub enum Dma1port {
Show 16 variants
PORT0 = 0,
PORT1 = 1,
PORT2 = 2,
PORT3 = 3,
PORT4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
PORT80 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
PORT0 = 0
Port 0
PORT1 = 1
Port 1
PORT2 = 2
Port 2
PORT3 = 3
Port 3
PORT4 = 4
Port 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
PORT80 = 8
Port80. Used to offload the Port80 bytes (only host writes apply to Port80).
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for Dma1port
impl Ord for Dma1port
Source§impl PartialOrd for Dma1port
impl PartialOrd for Dma1port
impl Copy for Dma1port
impl Eq for Dma1port
impl StructuralPartialEq for Dma1port
Auto Trait Implementations§
impl Freeze for Dma1port
impl RefUnwindSafe for Dma1port
impl Send for Dma1port
impl Sync for Dma1port
impl Unpin for Dma1port
impl UnwindSafe for Dma1port
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