pub struct ParameterTree { /* private fields */ }
Implementations§
Source§impl ParameterTree
impl ParameterTree
pub fn new() -> Self
pub fn from_message(msg: ParameterTreeMsg) -> Option<Self>
pub fn get_parameter_info(&self, parameter_path: &str) -> Option<&ParameterInfo>
pub fn get_parameter_data_type(&self, parameter_path: &str) -> Option<u32>
pub fn has_parameter(&self, parameter_path: &str) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParameterTree
impl RefUnwindSafe for ParameterTree
impl Send for ParameterTree
impl Sync for ParameterTree
impl Unpin for ParameterTree
impl UnwindSafe for ParameterTree
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