#[doc(hidden)] pub enum BecauseExclusive {}Expand description
Unsynchronized reads are permitted because only one live Ptr
or reference may exist to the referent bytes at a time.
Trait Implementations§
Source§impl Clone for BecauseExclusive
impl Clone for BecauseExclusive
Source§fn clone(&self) -> BecauseExclusive
fn clone(&self) -> BecauseExclusive
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 more