Method lrs::socket::ip::Ipv6SockAddr::from_mut_bytes

Creates a mutable Ipv6 address from given bytes.

Syntax

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

Arguments

NameDescription
bytes

The bytes that contain the address.