Struct arduino_esp::_on_exit_args [] [src]

#[repr(C)]
pub struct _on_exit_args { pub _fnargs: [*mut c_void; 32], pub _dso_handle: [*mut c_void; 32], pub _fntypes: __ULong, pub _is_cxa: __ULong, }

Fields

Trait Implementations

impl Debug for _on_exit_args
[src]

[src]

Formats the value using the given formatter.

impl Copy for _on_exit_args
[src]

impl Clone for _on_exit_args
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more