FloatingPoint_Bits

Type Alias FloatingPoint_Bits 

Source
pub type FloatingPoint_Bits = FloatingPointTrait;
Expand description

An unsigned integral type suitable for accessing the bitwise representation of T.

Aliased Type§

#[repr(C)]
pub struct FloatingPoint_Bits { pub _address: u8, }

Fields§

§_address: u8

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 1 byte