BecauseExclusive

Enum BecauseExclusive 

Source
#[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

Source§

fn clone(&self) -> BecauseExclusive

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for BecauseExclusive

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for BecauseExclusive

Source§

impl TrivialClone for BecauseExclusive

Blanket Implementations§

Source§

impl<T> Read<Exclusive, BecauseExclusive> for T
where T: ?Sized,