pub struct ImplConcurrent;
Expand description
Thread-safe implementation utilizing mutexes and locks to prevent data races.
For example usage of default implementation see:
SyncContiguousMemory
Trait Implementations§
Source§impl Clone for ImplConcurrent
impl Clone for ImplConcurrent
Source§fn clone(&self) -> ImplConcurrent
fn clone(&self) -> ImplConcurrent
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 ImplConcurrent
impl Debug for ImplConcurrent
Source§impl PartialEq for ImplConcurrent
impl PartialEq for ImplConcurrent
impl Copy for ImplConcurrent
impl Eq for ImplConcurrent
impl StructuralPartialEq for ImplConcurrent
Auto Trait Implementations§
impl Freeze for ImplConcurrent
impl RefUnwindSafe for ImplConcurrent
impl Send for ImplConcurrent
impl Sync for ImplConcurrent
impl Unpin for ImplConcurrent
impl UnwindSafe for ImplConcurrent
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