#[repr(u8)]pub enum Family {
Unknown = 85,
Unix = 76,
Inet = 52,
Inet6 = 54,
}
Expand description
A marker for the connection family
Variants§
Trait Implementations§
Source§impl TryFromPrimitive for Family
impl TryFromPrimitive for Family
impl Copy for Family
impl StructuralPartialEq for Family
Auto Trait Implementations§
impl Freeze for Family
impl RefUnwindSafe for Family
impl Send for Family
impl Sync for Family
impl Unpin for Family
impl UnwindSafe for Family
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