pub enum WirelessType {
BluetoothProgramming,
UwbRadioControl,
RemoteNdis,
BluetoothAmp,
HostWireAdapter(WireAdapterInterface),
DeviceWireAdapter(WireAdapterInterface),
}Variants§
BluetoothProgramming
UwbRadioControl
RemoteNdis
BluetoothAmp
HostWireAdapter(WireAdapterInterface)
DeviceWireAdapter(WireAdapterInterface)
Trait Implementations§
Source§impl Clone for WirelessType
impl Clone for WirelessType
Source§fn clone(&self) -> WirelessType
fn clone(&self) -> WirelessType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WirelessType
impl Debug for WirelessType
impl Copy for WirelessType
Auto Trait Implementations§
impl Freeze for WirelessType
impl RefUnwindSafe for WirelessType
impl Send for WirelessType
impl Sync for WirelessType
impl Unpin for WirelessType
impl UnwindSafe for WirelessType
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