Struct linux_raw_sys::net::ifmap
source · #[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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)