Union arduino_esp::__dmath [] [src]

#[repr(C)]
pub union __dmath { pub d: f64, pub i: [__ULong; 2], // some fields omitted }

Fields

d: f64 i: [__ULong; 2]

Trait Implementations

impl Copy for __dmath
[src]

impl Clone for __dmath
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more