Struct rclrust_msg::std_srvs::srv::SetBool_Response_Raw
source · [−]Fields
success: bool
message: FFIString
Trait Implementations
sourceimpl Debug for SetBool_Response_Raw
impl Debug for SetBool_Response_Raw
sourceimpl Default for SetBool_Response_Raw
impl Default for SetBool_Response_Raw
sourceimpl Drop for SetBool_Response_Raw
impl Drop for SetBool_Response_Raw
sourceimpl FFIToRust for SetBool_Response_Raw
impl FFIToRust for SetBool_Response_Raw
type Target = SetBool_Response
unsafe fn to_rust(&self) -> Self::Target
impl Send for SetBool_Response_Raw
impl Sync for SetBool_Response_Raw
Auto Trait Implementations
impl RefUnwindSafe for SetBool_Response_Raw
impl Unpin for SetBool_Response_Raw
impl UnwindSafe for SetBool_Response_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