Creates a mutable socket address from a sequence of bytes without validation.
impl SockAddr {
unsafe fn from_mut_bytes_unchecked(bytes: &mut [u8]) -> &mut SockAddr
}| Name | Description |
|---|---|
| bytes | The buffer containing the address. |
If bytes does not contain a valid and wrapped socket address, the behavior is undefined.