pub struct FastCoverTuned {
pub k: usize,
pub d: usize,
pub f: u32,
pub accel: usize,
pub score: usize,
}Available on crate feature
dict_builder only.Fields§
§k: usize§d: usize§f: u32§accel: usize§score: usizeTrait Implementations§
Source§impl Clone for FastCoverTuned
impl Clone for FastCoverTuned
Source§fn clone(&self) -> FastCoverTuned
fn clone(&self) -> FastCoverTuned
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FastCoverTuned
impl Debug for FastCoverTuned
impl Copy for FastCoverTuned
Auto Trait Implementations§
impl Freeze for FastCoverTuned
impl RefUnwindSafe for FastCoverTuned
impl Send for FastCoverTuned
impl Sync for FastCoverTuned
impl Unpin for FastCoverTuned
impl UnsafeUnpin for FastCoverTuned
impl UnwindSafe for FastCoverTuned
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