pub struct Quant {
pub node: Quant,
}
Expand description
Parameter Setter API Struct for Node Quant
Fields
node: Quant
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Quant
impl !Send for Quant
impl !Sync for Quant
impl Unpin for Quant
impl !UnwindSafe for Quant
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more