pub struct LinuxIfConfig {
pub callsign: String,
}Expand description
Configuration details for a TNC attached as a Linux network interface using
kissattach. This structure can be created directly or indirectly by parsing
a string into a TncAddress.
Fields§
§callsign: StringThe hardware address associated with the interface, e.g. “VK7NTK-2”
Trait Implementations§
Source§impl Debug for LinuxIfConfig
impl Debug for LinuxIfConfig
impl Eq for LinuxIfConfig
Source§impl PartialEq for LinuxIfConfig
impl PartialEq for LinuxIfConfig
Source§fn eq(&self, other: &LinuxIfConfig) -> bool
fn eq(&self, other: &LinuxIfConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LinuxIfConfig
Auto Trait Implementations§
impl Freeze for LinuxIfConfig
impl RefUnwindSafe for LinuxIfConfig
impl Send for LinuxIfConfig
impl Sync for LinuxIfConfig
impl Unpin for LinuxIfConfig
impl UnsafeUnpin for LinuxIfConfig
impl UnwindSafe for LinuxIfConfig
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