pub struct LinearQfOptions {
pub matching_cap_amount: Option<f64>,
pub matching_cap_strategy: MatchingCapStrategy,
pub upscale: bool,
}
Fields§
§matching_cap_amount: Option<f64>
§matching_cap_strategy: MatchingCapStrategy
§upscale: bool
Trait Implementations§
Source§impl Default for LinearQfOptions
impl Default for LinearQfOptions
Source§fn default() -> LinearQfOptions
fn default() -> LinearQfOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LinearQfOptions
impl RefUnwindSafe for LinearQfOptions
impl Send for LinearQfOptions
impl Sync for LinearQfOptions
impl Unpin for LinearQfOptions
impl UnwindSafe for LinearQfOptions
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