#[repr(i32)]pub enum AddrType {
AddrNone = 0,
Static = 1,
Ipv6Addrconf = 2,
Dhcp = 3,
}
Variants§
Trait Implementations§
impl Copy for AddrType
Auto Trait Implementations§
impl Freeze for AddrType
impl RefUnwindSafe for AddrType
impl Send for AddrType
impl Sync for AddrType
impl Unpin for AddrType
impl UnwindSafe for AddrType
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