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