Struct arduino_esp::_Bigint [] [src]

#[repr(C)]
pub struct _Bigint { pub _next: *mut _Bigint, pub _k: c_int, pub _maxwds: c_int, pub _sign: c_int, pub _wds: c_int, pub _x: [__ULong; 1], }

Fields

Trait Implementations

impl Debug for _Bigint
[src]

[src]

Formats the value using the given formatter.

impl Copy for _Bigint
[src]

impl Clone for _Bigint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more