Struct FloatAttr
pub struct FloatAttr {
pub n: Option<u32>,
}Fields§
§n: Option<u32>the number of bits that are used to store the mantissa of the float number in scientific notation
Trait Implementations§
impl StructuralPartialEq for FloatAttr
Auto Trait Implementations§
impl Freeze for FloatAttr
impl RefUnwindSafe for FloatAttr
impl Send for FloatAttr
impl Sync for FloatAttr
impl Unpin for FloatAttr
impl UnwindSafe for FloatAttr
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