pub struct NSHLD;
๐ฌThis is a nightly-only experimental API. (
stdarch_arm_barrier
#117219)Available on ARM only.
Expand description
Non-shareable is the required shareability domain, reads are the required access type
Auto Trait Implementationsยง
impl Freeze for NSHLD
impl RefUnwindSafe for NSHLD
impl Send for NSHLD
impl Sync for NSHLD
impl Unpin for NSHLD
impl UnwindSafe for NSHLD
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