pub struct SubscriptionHandle { /* private fields */ }
Expand description
Manage the lifecycle of an rcl_subscription_t
, including managing its dependencies
on rcl_node_t
and rcl_context_t
by ensuring that these dependencies are
dropped after the rcl_subscription_t
.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SubscriptionHandle
impl RefUnwindSafe for SubscriptionHandle
impl Send for SubscriptionHandle
impl Sync for SubscriptionHandle
impl Unpin for SubscriptionHandle
impl UnwindSafe for SubscriptionHandle
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