Struct core::num::dec2flt::rawfp::Unpacked [] [src]

pub struct Unpacked {
    pub sig: u64,
    pub k: i16,
}
Unstable (dec2flt)

: internal routines only exposed for testing

Fields

sig
Unstable (dec2flt)

: internal routines only exposed for testing

k
Unstable (dec2flt)

: internal routines only exposed for testing

Methods

impl Unpacked

fn new(sig: u64, k: i16) -> Self

Unstable (dec2flt)

: internal routines only exposed for testing

Trait Implementations

Derived Implementations

impl Debug for Unpacked

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Unpacked

fn clone(&self) -> Unpacked

fn clone_from(&mut self, source: &Self)

impl Copy for Unpacked