pub enum NicBackend {
SoftwareLoopback,
UsbEthernet,
}Variants§
Trait Implementations§
Source§impl Clone for NicBackend
impl Clone for NicBackend
Source§fn clone(&self) -> NicBackend
fn clone(&self) -> NicBackend
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NicBackend
Auto Trait Implementations§
impl Freeze for NicBackend
impl RefUnwindSafe for NicBackend
impl Send for NicBackend
impl Sync for NicBackend
impl Unpin for NicBackend
impl UnsafeUnpin for NicBackend
impl UnwindSafe for NicBackend
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