pub struct ConfiguredInterface { /* private fields */ }Implementations§
Source§impl ConfiguredInterface
impl ConfiguredInterface
pub fn name(&self) -> &InterfaceName
pub fn configured_type(&self) -> Option<&str>
pub const fn kind(&self) -> Option<InterfaceKind>
pub const fn enabled(&self) -> Option<bool>
pub fn settings(&self) -> &[ConfiguredInterfaceSetting]
pub fn rnode_multi_radios(&self) -> &[RNodeMultiRadioDefinition]
Trait Implementations§
Source§impl Clone for ConfiguredInterface
impl Clone for ConfiguredInterface
Source§fn clone(&self) -> ConfiguredInterface
fn clone(&self) -> ConfiguredInterface
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 moreSource§impl Debug for ConfiguredInterface
impl Debug for ConfiguredInterface
impl Eq for ConfiguredInterface
Source§impl PartialEq for ConfiguredInterface
impl PartialEq for ConfiguredInterface
impl StructuralPartialEq for ConfiguredInterface
Auto Trait Implementations§
impl Freeze for ConfiguredInterface
impl RefUnwindSafe for ConfiguredInterface
impl Send for ConfiguredInterface
impl Sync for ConfiguredInterface
impl Unpin for ConfiguredInterface
impl UnsafeUnpin for ConfiguredInterface
impl UnwindSafe for ConfiguredInterface
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