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