#[repr(C)]pub struct RotateAbsolute_FeedbackMessage_Raw {
pub goal_id: UUID_Raw,
pub feedback: RotateAbsolute_Feedback_Raw,
}
Fields
goal_id: UUID_Raw
feedback: RotateAbsolute_Feedback_Raw
Trait Implementations
sourceimpl FFIToRust for RotateAbsolute_FeedbackMessage_Raw
impl FFIToRust for RotateAbsolute_FeedbackMessage_Raw
type Target = RotateAbsolute_FeedbackMessage
unsafe fn to_rust(&self) -> Self::Target
impl Send for RotateAbsolute_FeedbackMessage_Raw
impl Sync for RotateAbsolute_FeedbackMessage_Raw
Auto Trait Implementations
impl RefUnwindSafe for RotateAbsolute_FeedbackMessage_Raw
impl Unpin for RotateAbsolute_FeedbackMessage_Raw
impl UnwindSafe for RotateAbsolute_FeedbackMessage_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