pub struct Sfixed8P8 {
pub epsilons: i16,
}
Fields§
§epsilons: i16
Implementations§
Trait Implementations§
Source§impl<'a> AddAssign<&'a Sfixed8P8> for Sfixed8P8
impl<'a> AddAssign<&'a Sfixed8P8> for Sfixed8P8
Source§fn add_assign(&mut self, rhs: &'a Sfixed8P8)
fn add_assign(&mut self, rhs: &'a Sfixed8P8)
Performs the
+=
operation. Read moreSource§impl AddAssign for Sfixed8P8
impl AddAssign for Sfixed8P8
Source§fn add_assign(&mut self, rhs: Sfixed8P8)
fn add_assign(&mut self, rhs: Sfixed8P8)
Performs the
+=
operation. Read moreSource§impl<'a> Deserialize<'a> for Sfixed8P8
impl<'a> Deserialize<'a> for Sfixed8P8
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 Sfixed8P8
impl Ord for Sfixed8P8
Source§impl PartialOrd for Sfixed8P8
impl PartialOrd for Sfixed8P8
impl Copy for Sfixed8P8
impl Eq for Sfixed8P8
impl StructuralPartialEq for Sfixed8P8
Auto Trait Implementations§
impl Freeze for Sfixed8P8
impl RefUnwindSafe for Sfixed8P8
impl Send for Sfixed8P8
impl Sync for Sfixed8P8
impl Unpin for Sfixed8P8
impl UnwindSafe for Sfixed8P8
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