pub struct AlswLut<V> {
pub hash: V,
pub offset: V,
}
Fields§
§hash: V
§offset: V
Implementations§
Trait Implementations§
impl<V: Copy> Copy for AlswLut<V>
Auto Trait Implementations§
impl<V> Freeze for AlswLut<V>where
V: Freeze,
impl<V> RefUnwindSafe for AlswLut<V>where
V: RefUnwindSafe,
impl<V> Send for AlswLut<V>where
V: Send,
impl<V> Sync for AlswLut<V>where
V: Sync,
impl<V> Unpin for AlswLut<V>where
V: Unpin,
impl<V> UnwindSafe for AlswLut<V>where
V: UnwindSafe,
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