[][src]Struct disrustor::BarrierScope

pub struct BarrierScope<'a, S: Sequencer, D: DataProvider<T>, T> { /* fields omitted */ }

Methods

impl<'a, S: Sequencer + 'a, D: DataProvider<T> + 'a, T: Send + 'a> BarrierScope<'a, S, D, T>[src]

pub fn handle_events<F>(&mut self, handler: F) where
    F: Fn(&T, Sequence, bool) + Send + 'static, 
[src]

pub fn handle_events_mut<F>(&mut self, handler: F) where
    F: Fn(&mut T, Sequence, bool) + Send + 'static, 
[src]

pub fn handle_events_with<E: EventProcessorMut<'a, T>>(&mut self, processor: E)[src]

pub fn with_barrier(self, f: impl FnOnce(&mut BarrierScope<'a, S, D, T>))[src]

Auto Trait Implementations

impl<'a, S, D, T> Unpin for BarrierScope<'a, S, D, T> where
    S: Unpin,
    T: Unpin

impl<'a, S, D, T> Send for BarrierScope<'a, S, D, T> where
    S: Send,
    T: Send

impl<'a, S, D, T> !Sync for BarrierScope<'a, S, D, T>

impl<'a, S, D, T> !RefUnwindSafe for BarrierScope<'a, S, D, T>

impl<'a, S, D, T> !UnwindSafe for BarrierScope<'a, S, D, T>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]