Struct arduino_esp::_atexit [] [src]

#[repr(C)]
pub struct _atexit { pub _next: *mut _atexit, pub _ind: c_int, pub _fns: [Option<unsafe extern "C" fn()>; 32], pub _on_exit_args_ptr: *mut _on_exit_args, }

Fields

Trait Implementations

impl Debug for _atexit
[src]

[src]

Formats the value using the given formatter.

impl Copy for _atexit
[src]

impl Clone for _atexit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more