#[repr(C)]pub struct sd_guidance_params_t {
pub txt_cfg: f32,
pub img_cfg: f32,
pub distilled_guidance: f32,
pub slg: sd_slg_params_t,
}Fields§
§txt_cfg: f32§img_cfg: f32§distilled_guidance: f32§slg: sd_slg_params_tTrait Implementations§
Source§impl Clone for sd_guidance_params_t
impl Clone for sd_guidance_params_t
Source§fn clone(&self) -> sd_guidance_params_t
fn clone(&self) -> sd_guidance_params_t
Returns a duplicate of the value. Read more
1.0.0 · 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 sd_guidance_params_t
impl Debug for sd_guidance_params_t
impl Copy for sd_guidance_params_t
Auto Trait Implementations§
impl Freeze for sd_guidance_params_t
impl RefUnwindSafe for sd_guidance_params_t
impl !Send for sd_guidance_params_t
impl !Sync for sd_guidance_params_t
impl Unpin for sd_guidance_params_t
impl UnwindSafe for sd_guidance_params_t
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