#[repr(C)]pub struct dld_macaddrinfo {
pub dmi_slot: uint_t,
pub dmi_flags: uint_t,
pub dmi_addrlen: uint_t,
pub dmi_addr: [uchar_t; 20],
pub dmi_client_name: [c_char; 256],
pub dma_client_linkid: datalink_id_t,
}
Fields§
§dmi_slot: uint_t
§dmi_flags: uint_t
§dmi_addrlen: uint_t
§dmi_addr: [uchar_t; 20]
§dmi_client_name: [c_char; 256]
§dma_client_linkid: datalink_id_t
Trait Implementations§
Source§impl Clone for dld_macaddrinfo
impl Clone for dld_macaddrinfo
Source§fn clone(&self) -> dld_macaddrinfo
fn clone(&self) -> dld_macaddrinfo
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 dld_macaddrinfo
impl Debug for dld_macaddrinfo
impl Copy for dld_macaddrinfo
Auto Trait Implementations§
impl Freeze for dld_macaddrinfo
impl RefUnwindSafe for dld_macaddrinfo
impl Send for dld_macaddrinfo
impl Sync for dld_macaddrinfo
impl Unpin for dld_macaddrinfo
impl UnwindSafe for dld_macaddrinfo
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