#[repr(C)]pub struct sockaddr_nl {
pub nl_family: sa_family_t,
pub nl_pid: u32,
pub nl_groups: u32,
/* private fields */
}
Fields§
§nl_family: sa_family_t
§nl_pid: u32
§nl_groups: u32
Trait Implementations§
Source§impl Clone for sockaddr_nl
impl Clone for sockaddr_nl
Source§fn clone(&self) -> sockaddr_nl
fn clone(&self) -> sockaddr_nl
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 sockaddr_nl
Auto Trait Implementations§
impl Freeze for sockaddr_nl
impl RefUnwindSafe for sockaddr_nl
impl Send for sockaddr_nl
impl Sync for sockaddr_nl
impl Unpin for sockaddr_nl
impl UnwindSafe for sockaddr_nl
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,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 12 bytes