pub struct SockAddrNl {
pub pid: u32,
pub groups: u32,
/* private fields */
}Fields§
§pid: u32§groups: u32Implementations§
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 moreimpl 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