pub struct Weights {
model_weights: [i32; 2],
mixing_param: u8,
normalized_weight: u16,
}
Fields§
§model_weights: [i32; 2]
§mixing_param: u8
§normalized_weight: u16
Implementations§
Trait Implementations§
impl Copy for Weights
Auto Trait Implementations§
impl Freeze for Weights
impl RefUnwindSafe for Weights
impl Send for Weights
impl Sync for Weights
impl Unpin for Weights
impl UnwindSafe for Weights
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