Struct libpd_rs::types::ReceiverHandle
source · [−]pub struct ReceiverHandle(_);Expand description
The handle which is returned from subscribing to a sender.
This is a c_void in the underlying sys crate but for convenience it is converted to usize and held here.
This handle could be used later to unsubscribe from the sender.
Trait Implementations
sourceimpl Debug for ReceiverHandle
impl Debug for ReceiverHandle
sourceimpl From<*mut c_void> for ReceiverHandle
impl From<*mut c_void> for ReceiverHandle
Auto Trait Implementations
impl RefUnwindSafe for ReceiverHandle
impl Send for ReceiverHandle
impl Sync for ReceiverHandle
impl Unpin for ReceiverHandle
impl UnwindSafe for ReceiverHandle
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
