pub struct AtomicStream {
pub atomics: Vec<Atomic>,
}Fields§
§atomics: Vec<Atomic>Implementations§
Trait Implementations§
Source§impl Clone for AtomicStream
impl Clone for AtomicStream
Source§fn clone(&self) -> AtomicStream
fn clone(&self) -> AtomicStream
Returns a copy 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 AtomicStream
impl Debug for AtomicStream
Source§impl PartialEq for AtomicStream
impl PartialEq for AtomicStream
impl StructuralPartialEq for AtomicStream
Auto Trait Implementations§
impl Freeze for AtomicStream
impl RefUnwindSafe for AtomicStream
impl Send for AtomicStream
impl Sync for AtomicStream
impl Unpin for AtomicStream
impl UnwindSafe for AtomicStream
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