Struct r_extcap::config::ConfigOptionValue
source · 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 copy 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 more