Struct rclrust_msg::action_msgs::srv::CancelGoal_Response_Raw
source · [−]#[repr(C)]pub struct CancelGoal_Response_Raw {
pub return_code: i8,
pub goals_canceling: FFISeq<GoalInfo_Raw>,
}
Fields
return_code: i8
goals_canceling: FFISeq<GoalInfo_Raw>
Trait Implementations
sourceimpl Debug for CancelGoal_Response_Raw
impl Debug for CancelGoal_Response_Raw
sourceimpl Default for CancelGoal_Response_Raw
impl Default for CancelGoal_Response_Raw
sourceimpl Drop for CancelGoal_Response_Raw
impl Drop for CancelGoal_Response_Raw
sourceimpl FFIToRust for CancelGoal_Response_Raw
impl FFIToRust for CancelGoal_Response_Raw
type Target = CancelGoal_Response
unsafe fn to_rust(&self) -> Self::Target
impl Send for CancelGoal_Response_Raw
impl Sync for CancelGoal_Response_Raw
Auto Trait Implementations
impl RefUnwindSafe for CancelGoal_Response_Raw
impl Unpin for CancelGoal_Response_Raw
impl UnwindSafe for CancelGoal_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