Struct IpFamily
#[repr(transparent)]pub struct IpFamily(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
impl Copy for IpFamily
impl Eq for IpFamily
impl StructuralPartialEq for IpFamily
Auto Trait Implementations§
impl Freeze for IpFamily
impl RefUnwindSafe for IpFamily
impl Send for IpFamily
impl Sync for IpFamily
impl Unpin for IpFamily
impl UnwindSafe for IpFamily
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