Union arduino_esp::__ldmath [] [src]

#[repr(C)]
pub union __ldmath { pub ld: f64, pub i: [__ULong; 4], // some fields omitted }

Fields

ld: f64 i: [__ULong; 4]

Trait Implementations

impl Copy for __ldmath
[src]

impl Clone for __ldmath
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more