#[repr(transparent)]pub struct VsockAddr(_);
Expand description
Implementations§
Trait Implementations§
source§impl AsRef<sockaddr_vm> for VsockAddr
impl AsRef<sockaddr_vm> for VsockAddr
source§fn as_ref(&self) -> &sockaddr_vm
fn as_ref(&self) -> &sockaddr_vm
Converts this type into a shared reference of the (usually inferred) input type.
source§impl SockaddrLike for VsockAddr
impl SockaddrLike for VsockAddr
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.