pub struct ConfigOptionValue { /* private fields */ }
Expand description
An option for SelectorConfig
and RadioConfig
.
Implementations§
Source§impl ConfigOptionValue
impl ConfigOptionValue
Sourcepub fn print_sentence(&self, number: u8)
pub fn print_sentence(&self, number: u8)
Prints out the extcap sentence to stdout for Wireshark’s consumption.
Trait Implementations§
Source§impl Clone for ConfigOptionValue
impl Clone for ConfigOptionValue
Source§fn clone(&self) -> ConfigOptionValue
fn clone(&self) -> ConfigOptionValue
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 moreAuto Trait Implementations§
impl Freeze for ConfigOptionValue
impl RefUnwindSafe for ConfigOptionValue
impl Send for ConfigOptionValue
impl Sync for ConfigOptionValue
impl Unpin for ConfigOptionValue
impl UnwindSafe for ConfigOptionValue
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