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