#[repr(C)]pub(crate) struct rtnl_link_ifmap {
    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: u8Trait Implementations§
Source§impl Clone for rtnl_link_ifmap
 
impl Clone for rtnl_link_ifmap
Source§fn clone(&self) -> rtnl_link_ifmap
 
fn clone(&self) -> rtnl_link_ifmap
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 rtnl_link_ifmap
 
impl Debug for rtnl_link_ifmap
impl Copy for rtnl_link_ifmap
Auto Trait Implementations§
impl Freeze for rtnl_link_ifmap
impl RefUnwindSafe for rtnl_link_ifmap
impl Send for rtnl_link_ifmap
impl Sync for rtnl_link_ifmap
impl Unpin for rtnl_link_ifmap
impl UnwindSafe for rtnl_link_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