Enum gio::InetAddressBytes
source · pub enum InetAddressBytes<'a> {
V4(&'a [u8; 4]),
V6(&'a [u8; 16]),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for InetAddressBytes<'a>
impl<'a> Send for InetAddressBytes<'a>
impl<'a> Sync for InetAddressBytes<'a>
impl<'a> Unpin for InetAddressBytes<'a>
impl<'a> UnwindSafe for InetAddressBytes<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more