Struct rclrust_msg::actionlib_msgs::msg::GoalStatusArray_Raw
source · [−]#[repr(C)]pub struct GoalStatusArray_Raw {
pub header: Header_Raw,
pub status_list: FFISeq<GoalStatus_Raw>,
}
Fields
header: Header_Raw
status_list: FFISeq<GoalStatus_Raw>
Trait Implementations
sourceimpl Debug for GoalStatusArray_Raw
impl Debug for GoalStatusArray_Raw
sourceimpl Default for GoalStatusArray_Raw
impl Default for GoalStatusArray_Raw
sourceimpl Drop for GoalStatusArray_Raw
impl Drop for GoalStatusArray_Raw
sourceimpl FFIToRust for GoalStatusArray_Raw
impl FFIToRust for GoalStatusArray_Raw
type Target = GoalStatusArray
unsafe fn to_rust(&self) -> Self::Target
impl Send for GoalStatusArray_Raw
impl Sync for GoalStatusArray_Raw
Auto Trait Implementations
impl RefUnwindSafe for GoalStatusArray_Raw
impl Unpin for GoalStatusArray_Raw
impl UnwindSafe for GoalStatusArray_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