Struct arduino_esp::__sFILE_fake [] [src]

#[repr(C)]
pub struct __sFILE_fake { pub _p: *mut c_uchar, pub _r: c_int, pub _w: c_int, pub _flags: c_short, pub _file: c_short, pub _bf: __sbuf, pub _lbfsize: c_int, pub _data: *mut _reent, }

Fields

Trait Implementations

impl Debug for __sFILE_fake
[src]

[src]

Formats the value using the given formatter.

impl Copy for __sFILE_fake
[src]

impl Clone for __sFILE_fake
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more