#[repr(C)]pub struct ifmap {
pub mem_start: c_ulong,
pub mem_end: c_ulong,
pub base_addr: c_ushort,
pub irq: c_uchar,
pub dma: c_uchar,
pub port: c_uchar,
}
Fields§
§mem_start: c_ulong
§mem_end: c_ulong
§base_addr: c_ushort
§irq: c_uchar
§dma: c_uchar
§port: c_uchar
Trait Implementations§
impl Copy for ifmap
Auto Trait Implementations§
impl RefUnwindSafe for ifmap
impl Send for ifmap
impl Sync for ifmap
impl Unpin for ifmap
impl UnwindSafe for ifmap
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