#[repr(C)]pub struct nn_quant_param { /* private fields */ }
Trait Implementations§
Source§impl Clone for nn_quant_param
impl Clone for nn_quant_param
Source§fn clone(&self) -> nn_quant_param
fn clone(&self) -> nn_quant_param
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 nn_quant_param
impl Debug for nn_quant_param
impl Copy for nn_quant_param
Auto Trait Implementations§
impl Freeze for nn_quant_param
impl RefUnwindSafe for nn_quant_param
impl Send for nn_quant_param
impl Sync for nn_quant_param
impl Unpin for nn_quant_param
impl UnwindSafe for nn_quant_param
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