Struct arduino_esp::_rand48 [] [src]

#[repr(C)]
pub struct _rand48 { pub _seed: [c_ushort; 3], pub _mult: [c_ushort; 3], pub _add: c_ushort, pub _rand_next: c_ulonglong, }

Fields

Trait Implementations

impl Debug for _rand48
[src]

[src]

Formats the value using the given formatter.

impl Copy for _rand48
[src]

impl Clone for _rand48
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more