#[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_ucharTrait Implementations§
Source§impl Ord for ifmap
impl Ord for ifmap
Source§impl PartialOrd for ifmap
impl PartialOrd for ifmap
impl Copy for ifmap
impl Eq for ifmap
impl StructuralPartialEq for ifmap
Auto Trait Implementations§
impl Freeze for ifmap
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