pub type EpDouble = EpDoubleStruct;Aliased Type§
#[repr(C)]pub struct EpDouble {
pub type_: EpTypeUnion,
pub exponent: i32,
}Fields§
§type_: EpTypeUnion§exponent: i32pub type EpDouble = EpDoubleStruct;#[repr(C)]pub struct EpDouble {
pub type_: EpTypeUnion,
pub exponent: i32,
}type_: EpTypeUnion§exponent: i32