Method lrs::socket::unix::UnixSockAddr::from_mut_bytes

Creates a mutable Unix socket address from given bytes.

Syntax

impl UnixSockAddr {
    fn from_mut_bytes(bytes: &mut [u8]) -> Result<&mut UnixSockAddr, Errno>
}

Arguments

NameDescription
bytes

The bytes that contain the socket address.