Struct linux_raw_sys::netlink::rtnl_link_ifmap
source · #[repr(C)]pub 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
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
)