Struct libmodbus_sys::_fpreg
[−]
[src]
#[repr(C)]pub struct _fpreg { pub significand: [c_ushort; 4], pub exponent: c_ushort, }
Fields
significand: [c_ushort; 4]
exponent: c_ushort
Trait Implementations
impl Debug for _fpreg
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more