#[repr(C)]pub struct sd_lora_t {
pub is_high_noise: bool,
pub multiplier: f32,
pub path: *const c_char,
}Fields§
§is_high_noise: bool§multiplier: f32§path: *const c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for sd_lora_t
impl RefUnwindSafe for sd_lora_t
impl !Send for sd_lora_t
impl !Sync for sd_lora_t
impl Unpin for sd_lora_t
impl UnwindSafe for sd_lora_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