#[repr(C)]pub struct rcl_client_t { /* private fields */ }
Expand description
Structure which encapsulates a ROS Client.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rcl_client_t
impl !Send for rcl_client_t
impl !Sync for rcl_client_t
impl Unpin for rcl_client_t
impl UnwindSafe for rcl_client_t
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