pub struct ArrayPerCpuRef<const V: usize> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<const V: usize> Freeze for ArrayPerCpuRef<V>
impl<const V: usize> RefUnwindSafe for ArrayPerCpuRef<V>
impl<const V: usize> Send for ArrayPerCpuRef<V>
impl<const V: usize> Sync for ArrayPerCpuRef<V>
impl<const V: usize> Unpin for ArrayPerCpuRef<V>
impl<const V: usize> UnwindSafe for ArrayPerCpuRef<V>
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