pub struct Ufixed8P8 {
pub epsilons: u16,
}
Fields§
§epsilons: u16
Implementations§
Trait Implementations§
Source§impl<'a> AddAssign<&'a Ufixed8P8> for Ufixed8P8
impl<'a> AddAssign<&'a Ufixed8P8> for Ufixed8P8
Source§fn add_assign(&mut self, rhs: &'a Ufixed8P8)
fn add_assign(&mut self, rhs: &'a Ufixed8P8)
Performs the
+=
operation. Read moreSource§impl AddAssign for Ufixed8P8
impl AddAssign for Ufixed8P8
Source§fn add_assign(&mut self, rhs: Ufixed8P8)
fn add_assign(&mut self, rhs: Ufixed8P8)
Performs the
+=
operation. Read moreSource§impl<'a> Deserialize<'a> for Ufixed8P8
impl<'a> Deserialize<'a> for Ufixed8P8
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'a>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'a>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Ufixed8P8
impl Ord for Ufixed8P8
Source§impl PartialOrd for Ufixed8P8
impl PartialOrd for Ufixed8P8
impl Copy for Ufixed8P8
impl Eq for Ufixed8P8
impl StructuralPartialEq for Ufixed8P8
Auto Trait Implementations§
impl Freeze for Ufixed8P8
impl RefUnwindSafe for Ufixed8P8
impl Send for Ufixed8P8
impl Sync for Ufixed8P8
impl Unpin for Ufixed8P8
impl UnwindSafe for Ufixed8P8
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