pub struct ActionClientRawHandle { /* private fields */ }Expand description
Handle returned by Executor::register_action_client_raw().
Provides methods to send goals, request results, and cancel goals via the executor’s non-blocking path.
Implementations§
Source§impl ActionClientRawHandle
impl ActionClientRawHandle
Sourcepub fn entry_index(&self) -> usize
pub fn entry_index(&self) -> usize
Get the entry index for this action client.
Auto Trait Implementations§
impl Freeze for ActionClientRawHandle
impl RefUnwindSafe for ActionClientRawHandle
impl Send for ActionClientRawHandle
impl Sync for ActionClientRawHandle
impl Unpin for ActionClientRawHandle
impl UnsafeUnpin for ActionClientRawHandle
impl UnwindSafe for ActionClientRawHandle
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more