Union arduino_esp::__fmath [] [src]

#[repr(C)]
pub union __fmath { pub f: f32, pub i: [__ULong; 1], // some fields omitted }

Fields

f: f32 i: [__ULong; 1]

Trait Implementations

impl Copy for __fmath
[src]

impl Clone for __fmath
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more