pub struct EpfSigma {
pub quant_mul: f32,
pub pass0_sigma_scale: f32,
pub pass2_sigma_scale: f32,
pub border_sad_mul: f32,
}
Fields§
§quant_mul: f32
§pass0_sigma_scale: f32
§pass2_sigma_scale: f32
§border_sad_mul: f32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EpfSigma
impl RefUnwindSafe for EpfSigma
impl Send for EpfSigma
impl Sync for EpfSigma
impl Unpin for EpfSigma
impl UnwindSafe for EpfSigma
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
Source§impl<T, Ctx> BundleDefault<Ctx> for Twhere
T: Default,
impl<T, Ctx> BundleDefault<Ctx> for Twhere
T: Default,
Source§fn default_with_context(_: Ctx) -> T
fn default_with_context(_: Ctx) -> T
Creates a default value with the given context.