Struct rustix::backend::c::rtnl_link_ifmap
source · #[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: u8
Trait 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 copy 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