pub struct FastCoverParams {
pub k: usize,
pub d: usize,
pub f: u32,
pub accel: usize,
}Available on crate feature
dict_builder only.Fields§
§k: usize§d: usize§f: u32§accel: usizeTrait Implementations§
Source§impl Clone for FastCoverParams
impl Clone for FastCoverParams
Source§fn clone(&self) -> FastCoverParams
fn clone(&self) -> FastCoverParams
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 FastCoverParams
impl Debug for FastCoverParams
impl Copy for FastCoverParams
Auto Trait Implementations§
impl Freeze for FastCoverParams
impl RefUnwindSafe for FastCoverParams
impl Send for FastCoverParams
impl Sync for FastCoverParams
impl Unpin for FastCoverParams
impl UnsafeUnpin for FastCoverParams
impl UnwindSafe for FastCoverParams
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