#[repr(C)]pub struct PGLZ_Strategy {
pub min_input_size: int32,
pub max_input_size: int32,
pub min_comp_rate: int32,
pub first_success_by: int32,
pub match_size_good: int32,
pub match_size_drop: int32,
}Fields§
§min_input_size: int32§max_input_size: int32§min_comp_rate: int32§first_success_by: int32§match_size_good: int32§match_size_drop: int32Trait Implementations§
Source§impl Clone for PGLZ_Strategy
impl Clone for PGLZ_Strategy
Source§fn clone(&self) -> PGLZ_Strategy
fn clone(&self) -> PGLZ_Strategy
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 moreimpl Copy for PGLZ_Strategy
Source§impl Debug for PGLZ_Strategy
impl Debug for PGLZ_Strategy
Source§impl Default for PGLZ_Strategy
impl Default for PGLZ_Strategy
Source§fn default() -> PGLZ_Strategy
fn default() -> PGLZ_Strategy
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PGLZ_Strategy
impl RefUnwindSafe for PGLZ_Strategy
impl Send for PGLZ_Strategy
impl Sync for PGLZ_Strategy
impl Unpin for PGLZ_Strategy
impl UnsafeUnpin for PGLZ_Strategy
impl UnwindSafe for PGLZ_Strategy
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