pub enum RndisType {
Ethernet,
Wifi,
Wimax,
Wwan,
RawIpv4,
RawIpv6,
Gprs,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RndisType
impl RefUnwindSafe for RndisType
impl Send for RndisType
impl Sync for RndisType
impl Unpin for RndisType
impl UnwindSafe for RndisType
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