Struct rclrust_msg::actionlib_msgs::msg::GoalStatus_Raw
source · [−]#[repr(C)]pub struct GoalStatus_Raw {
pub goal_id: GoalID_Raw,
pub status: u8,
pub text: FFIString,
}
Fields
goal_id: GoalID_Raw
status: u8
text: FFIString
Trait Implementations
sourceimpl Debug for GoalStatus_Raw
impl Debug for GoalStatus_Raw
sourceimpl Default for GoalStatus_Raw
impl Default for GoalStatus_Raw
sourceimpl Drop for GoalStatus_Raw
impl Drop for GoalStatus_Raw
sourceimpl FFIToRust for GoalStatus_Raw
impl FFIToRust for GoalStatus_Raw
type Target = GoalStatus
unsafe fn to_rust(&self) -> Self::Target
impl Send for GoalStatus_Raw
impl Sync for GoalStatus_Raw
Auto Trait Implementations
impl RefUnwindSafe for GoalStatus_Raw
impl Unpin for GoalStatus_Raw
impl UnwindSafe for GoalStatus_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