#[repr(C)]pub struct lif_nd_req {
pub lnr_addr: sockaddr_storage,
pub lnr_state_create: u8,
pub lnr_state_same_lla: u8,
pub lnr_state_diff_lla: u8,
pub lnr_hdw_len: c_int,
pub lnr_flags: c_int,
pub lnr_pad0: c_int,
pub lnr_hdw_addr: [c_char; 64],
}
Fields§
§lnr_addr: sockaddr_storage
§lnr_state_create: u8
§lnr_state_same_lla: u8
§lnr_state_diff_lla: u8
§lnr_hdw_len: c_int
§lnr_flags: c_int
§lnr_pad0: c_int
§lnr_hdw_addr: [c_char; 64]
Trait Implementations§
Source§impl Clone for lif_nd_req
impl Clone for lif_nd_req
Source§fn clone(&self) -> lif_nd_req
fn clone(&self) -> lif_nd_req
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 moreimpl Copy for lif_nd_req
Auto Trait Implementations§
impl Freeze for lif_nd_req
impl RefUnwindSafe for lif_nd_req
impl Send for lif_nd_req
impl Sync for lif_nd_req
impl Unpin for lif_nd_req
impl UnwindSafe for lif_nd_req
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