#[repr(transparent)]pub struct LinkAddr(_);
Expand description
Hardware Address
Implementations§
Trait Implementations§
source§impl AsRef<sockaddr_ll> for LinkAddr
impl AsRef<sockaddr_ll> for LinkAddr
source§fn as_ref(&self) -> &sockaddr_ll
fn as_ref(&self) -> &sockaddr_ll
Converts this type into a shared reference of the (usually inferred) input type.
source§impl SockaddrLike for LinkAddr
impl SockaddrLike for LinkAddr
source§unsafe fn from_raw(addr: *const sockaddr, len: Option<socklen_t>) -> Option<Self>where
Self: Sized,
unsafe fn from_raw(addr: *const sockaddr, len: Option<socklen_t>) -> Option<Self>where
Self: Sized,
Unsafe constructor from a variable length source Read more
source§fn as_ptr(&self) -> *const sockaddr
fn as_ptr(&self) -> *const sockaddr
Returns a raw pointer to the inner structure. Useful for FFI.