pub struct NumberBinary {
pub extent: Extent,
pub decimal: Extent,
pub fraction: Option<Extent>,
pub exponent: Option<Extent>,
pub suffix: Option<Extent>,
}Fields§
§extent: Extent§decimal: Extent§fraction: Option<Extent>§exponent: Option<Extent>§suffix: Option<Extent>Trait Implementations§
Source§impl Debug for NumberBinary
impl Debug for NumberBinary
Source§impl<'a> Index<&'a NumberBinary> for str
impl<'a> Index<&'a NumberBinary> for str
Source§impl Index<NumberBinary> for str
impl Index<NumberBinary> for str
Auto Trait Implementations§
impl Freeze for NumberBinary
impl RefUnwindSafe for NumberBinary
impl Send for NumberBinary
impl Sync for NumberBinary
impl Unpin for NumberBinary
impl UnsafeUnpin for NumberBinary
impl UnwindSafe for NumberBinary
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