pub struct Sfixed16P16 { /* private fields */ }
Implementations§
Source§impl Sfixed16P16
impl Sfixed16P16
pub fn from_epsilons(epsilons: i32) -> Sfixed16P16
pub fn from_value(value: f64) -> Sfixed16P16
Trait Implementations§
Source§impl Debug for Sfixed16P16
impl Debug for Sfixed16P16
Source§impl<'a> Deserialize<'a> for Sfixed16P16
impl<'a> Deserialize<'a> for Sfixed16P16
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 PartialEq for Sfixed16P16
impl PartialEq for Sfixed16P16
Source§impl Serialize for Sfixed16P16
impl Serialize for Sfixed16P16
impl Eq for Sfixed16P16
impl StructuralPartialEq for Sfixed16P16
Auto Trait Implementations§
impl Freeze for Sfixed16P16
impl RefUnwindSafe for Sfixed16P16
impl Send for Sfixed16P16
impl Sync for Sfixed16P16
impl Unpin for Sfixed16P16
impl UnwindSafe for Sfixed16P16
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