esp_idf_sys

Type Alias protocomm_t

Source
pub type protocomm_t = protocomm;
Expand description

@brief This structure corresponds to a unique instance of protocomm returned when the API protocomm_new() is called. The remaining Protocomm APIs require this object as the first parameter.

@note Structure of the protocomm object is kept private

Aliased Type§

struct protocomm_t { /* private fields */ }

Trait Implementations

Source§

impl Clone for protocomm

Source§

fn clone(&self) -> protocomm

Returns a copy of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for protocomm

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for protocomm