Struct x86_64::instructions::port::Port [−][src]
pub struct Port<T> { /* fields omitted */ }
Expand description
An I/O port.
Implementations
Trait Implementations
impl<T> Eq for Port<T>
[src]
Auto Trait Implementations
impl<T> Send for Port<T> where
T: Send,
T: Send,
impl<T> Sync for Port<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Port<T> where
T: Unpin,
T: Unpin,