pub struct QUInt16(/* private fields */);
Expand description
Quantized type for u16.
Trait Implementations§
Source§impl Ord for QUInt16
impl Ord for QUInt16
Source§impl PartialOrd for QUInt16
impl PartialOrd for QUInt16
Source§impl TensorType for QUInt16
impl TensorType for QUInt16
impl Copy for QUInt16
impl Eq for QUInt16
impl StructuralPartialEq for QUInt16
Auto Trait Implementations§
impl Freeze for QUInt16
impl RefUnwindSafe for QUInt16
impl Send for QUInt16
impl Sync for QUInt16
impl Unpin for QUInt16
impl UnwindSafe for QUInt16
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