pub struct FixPrecisionMinMax<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> {
pub val: FixPrecisionVal,
}
Fields§
§val: FixPrecisionVal
Implementations§
Trait Implementations§
Source§impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> BiserdiTrait for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> BiserdiTrait for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
Source§impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> Clone for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> Clone for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
Source§fn clone(&self) -> FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
fn clone(&self) -> FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
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<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> Debug for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> Debug for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
Source§impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> Default for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> Default for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
Source§fn default() -> FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
fn default() -> FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
Returns the “default value” for a type. Read more
Source§impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> Display for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> Display for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
Source§impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> From<f32> for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> From<f32> for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
Source§impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> From<f64> for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> From<f64> for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
Source§impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> Into<f64> for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> Into<f64> for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
Auto Trait Implementations§
impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> Freeze for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> RefUnwindSafe for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> Send for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> Sync for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> Unpin for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
impl<const NUM_BITS: u8, const MIN_IVALUE: i64, const MAX_IVALUE: i64> UnwindSafe for FixPrecisionMinMax<NUM_BITS, MIN_IVALUE, MAX_IVALUE>
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