[go: up one dir, main page]

Struct calloop::channel::SyncSender[][src]

pub struct SyncSender<T> { /* fields omitted */ }

Methods

impl<T> SyncSender<T>
[src]

Trait Implementations

impl<T> Clone for SyncSender<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<T> Send for SyncSender<T> where
    T: Send

impl<T> Sync for SyncSender<T> where
    T: Send