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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BecauseExclusive
Auto Trait Implementations§
impl Freeze for BecauseExclusive
impl RefUnwindSafe for BecauseExclusive
impl Send for BecauseExclusive
impl Sync for BecauseExclusive
impl Unpin for BecauseExclusive
impl UnsafeUnpin for BecauseExclusive
impl UnwindSafe for BecauseExclusive
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