#[repr(C)]pub struct RotateAbsolute_SendGoal_Response_Raw {
pub accepted: bool,
pub stamp: Time_Raw,
}
Fields
accepted: bool
stamp: Time_Raw
Trait Implementations
sourceimpl FFIToRust for RotateAbsolute_SendGoal_Response_Raw
impl FFIToRust for RotateAbsolute_SendGoal_Response_Raw
type Target = RotateAbsolute_SendGoal_Response
unsafe fn to_rust(&self) -> Self::Target
impl Send for RotateAbsolute_SendGoal_Response_Raw
impl Sync for RotateAbsolute_SendGoal_Response_Raw
Auto Trait Implementations
impl RefUnwindSafe for RotateAbsolute_SendGoal_Response_Raw
impl Unpin for RotateAbsolute_SendGoal_Response_Raw
impl UnwindSafe for RotateAbsolute_SendGoal_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