pub struct IoHandler {
pub port_start: u16,
pub port_count: u16,
pub device_id: u32,
}Expand description
I/O port handler registration
Fields§
§port_start: u16Starting port of the I/O range
port_count: u16Number of ports in the range
device_id: u32Device identifier
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoHandler
impl RefUnwindSafe for IoHandler
impl Send for IoHandler
impl Sync for IoHandler
impl Unpin for IoHandler
impl UnwindSafe for IoHandler
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)