Struct rclrust_msg::turtlesim::action::RotateAbsolute
source · [−]pub struct RotateAbsolute;
Trait Implementations
sourceimpl ActionT for RotateAbsolute
impl ActionT for RotateAbsolute
type Goal = RotateAbsolute_Goal
type Result = RotateAbsolute_Result
type Feedback = RotateAbsolute_Feedback
type SendGoal = RotateAbsolute_SendGoal
type GetResult = RotateAbsolute_GetResult
type FeedbackMessage = RotateAbsolute_FeedbackMessage
fn type_support() -> *const c_void
Auto Trait Implementations
impl RefUnwindSafe for RotateAbsolute
impl Send for RotateAbsolute
impl Sync for RotateAbsolute
impl Unpin for RotateAbsolute
impl UnwindSafe for RotateAbsolute
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