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