Struct rclrust_msg::action_msgs::msg::GoalStatus_Raw
source · [−]#[repr(C)]pub struct GoalStatus_Raw {
pub goal_info: GoalInfo_Raw,
pub status: i8,
}
Fields
goal_info: GoalInfo_Raw
status: i8
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