Struct rclrust_msg::rcl_interfaces::msg::SetParametersResult_Raw
source · [−]Fields
successful: bool
reason: FFIString
Trait Implementations
sourceimpl Debug for SetParametersResult_Raw
impl Debug for SetParametersResult_Raw
sourceimpl Default for SetParametersResult_Raw
impl Default for SetParametersResult_Raw
sourceimpl Drop for SetParametersResult_Raw
impl Drop for SetParametersResult_Raw
sourceimpl FFIToRust for SetParametersResult_Raw
impl FFIToRust for SetParametersResult_Raw
type Target = SetParametersResult
unsafe fn to_rust(&self) -> Self::Target
impl Send for SetParametersResult_Raw
impl Sync for SetParametersResult_Raw
Auto Trait Implementations
impl RefUnwindSafe for SetParametersResult_Raw
impl Unpin for SetParametersResult_Raw
impl UnwindSafe for SetParametersResult_Raw
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more