Struct rosrust_dynamic_reconfigure::DynConfig
source · pub struct DynConfig { /* private fields */ }
Trait Implementations§
source§impl Config for DynConfig
impl Config for DynConfig
fn groups(&self) -> Vec<Group>
fn properties(&self) -> Vec<Property>
fn set(&mut self, name: &str, value: Value) -> Result<()>
fn clean_up(&mut self)
fn apply_update(&mut self, _: Config) -> Result<()>
fn description_msg(&self) -> ConfigDescription
fn config_msg(&self) -> Config
fn keys(&self) -> Vec<String>
source§impl PartialEq<DynConfig> for DynConfig
impl PartialEq<DynConfig> for DynConfig
impl StructuralPartialEq for DynConfig
Auto Trait Implementations§
impl RefUnwindSafe for DynConfig
impl Send for DynConfig
impl Sync for DynConfig
impl Unpin for DynConfig
impl UnwindSafe for DynConfig
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