pub struct NTA;Expand description
Non-temporal access - bypass cache hierarchy
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NTA
impl RefUnwindSafe for NTA
impl Send for NTA
impl Sync for NTA
impl Unpin for NTA
impl UnsafeUnpin for NTA
impl UnwindSafe for NTA
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