Struct rin::events::SenderRc [−][src]
pub struct SenderRc<'a, T> { /* fields omitted */ }
Events Sender
Sending part of a Sender/Stream pair. Keeps track of the children streams and notifies them of any new event if they are still alive.
Implementations
impl<'a, T> SenderRc<'a, T>
[src]
impl<'a, T> SenderRc<'a, T>
[src]pub fn new() -> SenderRc<'a, T>
[src]
pub fn remove_raw(&mut self, st: *const c_void)
[src]
pub fn num_receivers(&self) -> usize
[src]
pub fn into_inner(self) -> Rc<UnsafeCell<SenderInner<'a, T>>>
[src]
impl<'a, T> SenderRc<'a, T> where
T: Clone,
[src]
impl<'a, T> SenderRc<'a, T> where
T: Clone,
[src]impl<'a, T> SenderRc<'a, T> where
T: 'a + Clone,
[src]
impl<'a, T> SenderRc<'a, T> where
T: 'a + Clone,
[src]Trait Implementations
Auto Trait Implementations
impl<'a, T> !RefUnwindSafe for SenderRc<'a, T>
impl<'a, T> !Send for SenderRc<'a, T>
impl<'a, T> !Sync for SenderRc<'a, T>
impl<'a, T> Unpin for SenderRc<'a, T>
impl<'a, T> !UnwindSafe for SenderRc<'a, T>
Blanket Implementations
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]