Struct linux_raw_sys::netlink::nduseroptmsg
source · #[repr(C)]pub struct nduseroptmsg {
pub nduseropt_family: c_uchar,
pub nduseropt_pad1: c_uchar,
pub nduseropt_opts_len: c_ushort,
pub nduseropt_ifindex: c_int,
pub nduseropt_icmp_type: __u8,
pub nduseropt_icmp_code: __u8,
pub nduseropt_pad2: c_ushort,
pub nduseropt_pad3: c_uint,
}
Fields§
§nduseropt_family: c_uchar
§nduseropt_pad1: c_uchar
§nduseropt_opts_len: c_ushort
§nduseropt_ifindex: c_int
§nduseropt_icmp_type: __u8
§nduseropt_icmp_code: __u8
§nduseropt_pad2: c_ushort
§nduseropt_pad3: c_uint
Trait Implementations§
source§impl Clone for nduseroptmsg
impl Clone for nduseroptmsg
source§fn clone(&self) -> nduseroptmsg
fn clone(&self) -> nduseroptmsg
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 nduseroptmsg
impl Debug for nduseroptmsg
impl Copy for nduseroptmsg
Auto Trait Implementations§
impl Freeze for nduseroptmsg
impl RefUnwindSafe for nduseroptmsg
impl Send for nduseroptmsg
impl Sync for nduseroptmsg
impl Unpin for nduseroptmsg
impl UnwindSafe for nduseroptmsg
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
)