Struct rustc_apfloat::ppc::FallbackS [−][src]
pub struct FallbackS<F>(F);
Tuple Fields
0: F
Trait Implementations
The largest E such that 2E is representable; this matches the definition of IEEE 754. Read more
The smallest E such that 2E is a normalized number; this matches the definition of IEEE 754. Read more
The significand bitpattern to mark a NaN as quiet. NOTE: for X87DoubleExtended we need to set two bits instead of 2. Read more
Auto Trait Implementations
impl<F> RefUnwindSafe for FallbackS<F> where
F: RefUnwindSafe,
impl<F> UnwindSafe for FallbackS<F> where
F: UnwindSafe,
Blanket Implementations
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.