Struct panda_sys::float_status [−][src]
#[repr(C)]pub struct float_status { pub float_detect_tininess: c_schar, pub float_rounding_mode: c_schar, pub float_exception_flags: u8, pub floatx80_rounding_precision: c_schar, pub flush_to_zero: flag, pub flush_inputs_to_zero: flag, pub default_nan_mode: flag, pub snan_bit_is_one: flag, }
Fields
float_detect_tininess: c_scharfloat_rounding_mode: c_scharfloat_exception_flags: u8floatx80_rounding_precision: c_scharflush_to_zero: flagflush_inputs_to_zero: flagdefault_nan_mode: flagsnan_bit_is_one: flagTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for float_statusimpl Send for float_statusimpl Sync for float_statusimpl Unpin for float_statusimpl UnwindSafe for float_statusBlanket Implementations
Mutably borrows from an owned value. Read more