#[repr(C)]pub struct SockaddrNl {
pub nl_family: u16,
pub nl_pid: u32,
pub nl_groups: u32,
/* private fields */
}
Fields§
§nl_family: u16
§nl_pid: u32
§nl_groups: u32
Trait Implementations§
Source§impl Clone for SockaddrNl
impl Clone for SockaddrNl
Source§fn clone(&self) -> SockaddrNl
fn clone(&self) -> SockaddrNl
Returns a duplicate 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 SockaddrNl
impl Debug for SockaddrNl
Source§impl Default for SockaddrNl
impl Default for SockaddrNl
Source§fn default() -> SockaddrNl
fn default() -> SockaddrNl
Returns the “default value” for a type. Read more
impl Copy for SockaddrNl
Auto Trait Implementations§
impl Freeze for SockaddrNl
impl RefUnwindSafe for SockaddrNl
impl Send for SockaddrNl
impl Sync for SockaddrNl
impl Unpin for SockaddrNl
impl UnwindSafe for SockaddrNl
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