pub enum InterfaceKind {
Show 18 variants
Auto,
TcpClient,
TcpServer,
Udp,
Serial,
Kiss,
Ax25Kiss,
Rnode,
RnodeMulti,
Pipe,
Backbone,
BackboneClient,
I2p,
Weave,
PrnsUsbAuto,
PrnsBluetoothAuto,
PrnsWebSocketClient,
PrnsWebSocketServer,
}Variants§
Auto
TcpClient
TcpServer
Udp
Serial
Kiss
Ax25Kiss
Rnode
RnodeMulti
Pipe
Backbone
BackboneClient
I2p
Weave
PrnsUsbAuto
PrnsBluetoothAuto
PrnsWebSocketClient
PrnsWebSocketServer
Implementations§
Source§impl InterfaceKind
impl InterfaceKind
pub fn setting_specs(self) -> Vec<InterfaceSettingSpec>
pub fn supported_setting_specs(self) -> Vec<InterfaceSettingSpec>
pub fn supports_editing_setting(self, key: InterfaceSettingKey) -> bool
Source§impl InterfaceKind
impl InterfaceKind
Trait Implementations§
Source§impl Clone for InterfaceKind
impl Clone for InterfaceKind
Source§fn clone(&self) -> InterfaceKind
fn clone(&self) -> InterfaceKind
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 InterfaceKind
Source§impl Debug for InterfaceKind
impl Debug for InterfaceKind
impl Eq for InterfaceKind
Source§impl PartialEq for InterfaceKind
impl PartialEq for InterfaceKind
impl StructuralPartialEq for InterfaceKind
Auto Trait Implementations§
impl Freeze for InterfaceKind
impl RefUnwindSafe for InterfaceKind
impl Send for InterfaceKind
impl Sync for InterfaceKind
impl Unpin for InterfaceKind
impl UnsafeUnpin for InterfaceKind
impl UnwindSafe for InterfaceKind
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