pub struct IoPort {
pub is_16bit_aware: bool,
pub base_address: u16,
pub end_address: u16,
pub alignment: u8,
pub length: u8,
}
Fields§
§is_16bit_aware: bool
§base_address: u16
§end_address: u16
§alignment: u8
§length: u8
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoPort
impl RefUnwindSafe for IoPort
impl Send for IoPort
impl Sync for IoPort
impl Unpin for IoPort
impl UnwindSafe for IoPort
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