pub struct NDArrayAffineQuantizationDescriptor { /* private fields */ }Implementations§
Trait Implementations§
impl Send for NDArrayAffineQuantizationDescriptor
impl Sync for NDArrayAffineQuantizationDescriptor
Auto Trait Implementations§
impl Freeze for NDArrayAffineQuantizationDescriptor
impl RefUnwindSafe for NDArrayAffineQuantizationDescriptor
impl Unpin for NDArrayAffineQuantizationDescriptor
impl UnsafeUnpin for NDArrayAffineQuantizationDescriptor
impl UnwindSafe for NDArrayAffineQuantizationDescriptor
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