#[repr(C)]pub struct RtnlLinkIfmap {
pub mem_start: u64,
pub mem_end: u64,
pub base_addr: u64,
pub irq: u16,
pub dma: u8,
pub port: u8,
}
Fields§
§mem_start: u64
§mem_end: u64
§base_addr: u64
§irq: u16
§dma: u8
§port: u8
Trait Implementations§
Source§impl Clone for RtnlLinkIfmap
impl Clone for RtnlLinkIfmap
Source§fn clone(&self) -> RtnlLinkIfmap
fn clone(&self) -> RtnlLinkIfmap
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RtnlLinkIfmap
impl Debug for RtnlLinkIfmap
impl Copy for RtnlLinkIfmap
Auto Trait Implementations§
impl Freeze for RtnlLinkIfmap
impl RefUnwindSafe for RtnlLinkIfmap
impl Send for RtnlLinkIfmap
impl Sync for RtnlLinkIfmap
impl Unpin for RtnlLinkIfmap
impl UnwindSafe for RtnlLinkIfmap
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