pub enum Synchronization {
Asynchronous,
Synchronous,
}Expand description
Defines synchronization mode between transmitter and receiver.
Variants§
Trait Implementations§
Source§impl Clone for Synchronization
impl Clone for Synchronization
Source§fn clone(&self) -> Synchronization
fn clone(&self) -> Synchronization
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Synchronization
impl Debug for Synchronization
Source§impl PartialEq for Synchronization
impl PartialEq for Synchronization
impl Copy for Synchronization
impl Eq for Synchronization
impl StructuralPartialEq for Synchronization
Auto Trait Implementations§
impl Freeze for Synchronization
impl RefUnwindSafe for Synchronization
impl Send for Synchronization
impl Sync for Synchronization
impl Unpin for Synchronization
impl UnwindSafe for Synchronization
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