pub enum InverseQuantizationMode {
Off,
On,
High,
}Variants§
Trait Implementations§
Source§impl Clone for InverseQuantizationMode
impl Clone for InverseQuantizationMode
Source§fn clone(&self) -> InverseQuantizationMode
fn clone(&self) -> InverseQuantizationMode
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 InverseQuantizationMode
impl Debug for InverseQuantizationMode
Source§impl PartialEq for InverseQuantizationMode
impl PartialEq for InverseQuantizationMode
impl Copy for InverseQuantizationMode
impl Eq for InverseQuantizationMode
impl StructuralPartialEq for InverseQuantizationMode
Auto Trait Implementations§
impl Freeze for InverseQuantizationMode
impl RefUnwindSafe for InverseQuantizationMode
impl Send for InverseQuantizationMode
impl Sync for InverseQuantizationMode
impl Unpin for InverseQuantizationMode
impl UnsafeUnpin for InverseQuantizationMode
impl UnwindSafe for InverseQuantizationMode
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