pub enum DhcpMode {
Inactive = 0,
Active = 1,
Unknown = 2,
}
Variants§
Trait Implementations§
impl Copy for DhcpMode
impl StructuralPartialEq for DhcpMode
Auto Trait Implementations§
impl Freeze for DhcpMode
impl RefUnwindSafe for DhcpMode
impl Send for DhcpMode
impl Sync for DhcpMode
impl Unpin for DhcpMode
impl UnwindSafe for DhcpMode
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