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