Struct nekolib_doc::naive::Rs01DictNLlParam
source · pub struct Rs01DictNLlParam<const POPCNT: usize, const SPARSE_LEN: usize> { /* private fields */ }
Implementations§
source§impl<const POPCNT: usize, const SPARSE_LEN: usize> Rs01DictNLlParam<POPCNT, SPARSE_LEN>
impl<const POPCNT: usize, const SPARSE_LEN: usize> Rs01DictNLlParam<POPCNT, SPARSE_LEN>
Auto Trait Implementations§
impl<const POPCNT: usize, const SPARSE_LEN: usize> Freeze for Rs01DictNLlParam<POPCNT, SPARSE_LEN>
impl<const POPCNT: usize, const SPARSE_LEN: usize> RefUnwindSafe for Rs01DictNLlParam<POPCNT, SPARSE_LEN>
impl<const POPCNT: usize, const SPARSE_LEN: usize> Send for Rs01DictNLlParam<POPCNT, SPARSE_LEN>
impl<const POPCNT: usize, const SPARSE_LEN: usize> Sync for Rs01DictNLlParam<POPCNT, SPARSE_LEN>
impl<const POPCNT: usize, const SPARSE_LEN: usize> Unpin for Rs01DictNLlParam<POPCNT, SPARSE_LEN>
impl<const POPCNT: usize, const SPARSE_LEN: usize> UnwindSafe for Rs01DictNLlParam<POPCNT, SPARSE_LEN>
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