[][src]Struct esp_idf_sys::_bindgen_ty_7

#[repr(C)]
pub struct _bindgen_ty_7 {
    pub fifo: _bindgen_ty_7__bindgen_ty_1,
    pub int_raw: _bindgen_ty_7__bindgen_ty_2,
    pub int_st: _bindgen_ty_7__bindgen_ty_3,
    pub int_ena: _bindgen_ty_7__bindgen_ty_4,
    pub int_clr: _bindgen_ty_7__bindgen_ty_5,
    pub clk_div: _bindgen_ty_7__bindgen_ty_6,
    pub auto_baud: _bindgen_ty_7__bindgen_ty_7,
    pub status: _bindgen_ty_7__bindgen_ty_8,
    pub conf0: _bindgen_ty_7__bindgen_ty_9,
    pub conf1: _bindgen_ty_7__bindgen_ty_10,
    pub lowpulse: _bindgen_ty_7__bindgen_ty_11,
    pub highpulse: _bindgen_ty_7__bindgen_ty_12,
    pub rxd_cnt: _bindgen_ty_7__bindgen_ty_13,
    pub flow_conf: _bindgen_ty_7__bindgen_ty_14,
    pub sleep_conf: _bindgen_ty_7__bindgen_ty_15,
    pub swfc_conf: _bindgen_ty_7__bindgen_ty_16,
    pub idle_conf: _bindgen_ty_7__bindgen_ty_17,
    pub rs485_conf: _bindgen_ty_7__bindgen_ty_18,
    pub at_cmd_precnt: _bindgen_ty_7__bindgen_ty_19,
    pub at_cmd_postcnt: _bindgen_ty_7__bindgen_ty_20,
    pub at_cmd_gaptout: _bindgen_ty_7__bindgen_ty_21,
    pub at_cmd_char: _bindgen_ty_7__bindgen_ty_22,
    pub mem_conf: _bindgen_ty_7__bindgen_ty_23,
    pub mem_tx_status: _bindgen_ty_7__bindgen_ty_24,
    pub mem_rx_status: _bindgen_ty_7__bindgen_ty_25,
    pub mem_cnt_status: _bindgen_ty_7__bindgen_ty_26,
    pub pospulse: _bindgen_ty_7__bindgen_ty_27,
    pub negpulse: _bindgen_ty_7__bindgen_ty_28,
    pub reserved_70: u32,
    pub reserved_74: u32,
    pub date: u32,
    pub id: u32,
}

Fields

fifo: _bindgen_ty_7__bindgen_ty_1int_raw: _bindgen_ty_7__bindgen_ty_2int_st: _bindgen_ty_7__bindgen_ty_3int_ena: _bindgen_ty_7__bindgen_ty_4int_clr: _bindgen_ty_7__bindgen_ty_5clk_div: _bindgen_ty_7__bindgen_ty_6auto_baud: _bindgen_ty_7__bindgen_ty_7status: _bindgen_ty_7__bindgen_ty_8conf0: _bindgen_ty_7__bindgen_ty_9conf1: _bindgen_ty_7__bindgen_ty_10lowpulse: _bindgen_ty_7__bindgen_ty_11highpulse: _bindgen_ty_7__bindgen_ty_12rxd_cnt: _bindgen_ty_7__bindgen_ty_13flow_conf: _bindgen_ty_7__bindgen_ty_14sleep_conf: _bindgen_ty_7__bindgen_ty_15swfc_conf: _bindgen_ty_7__bindgen_ty_16idle_conf: _bindgen_ty_7__bindgen_ty_17rs485_conf: _bindgen_ty_7__bindgen_ty_18at_cmd_precnt: _bindgen_ty_7__bindgen_ty_19at_cmd_postcnt: _bindgen_ty_7__bindgen_ty_20at_cmd_gaptout: _bindgen_ty_7__bindgen_ty_21at_cmd_char: _bindgen_ty_7__bindgen_ty_22mem_conf: _bindgen_ty_7__bindgen_ty_23mem_tx_status: _bindgen_ty_7__bindgen_ty_24mem_rx_status: _bindgen_ty_7__bindgen_ty_25mem_cnt_status: _bindgen_ty_7__bindgen_ty_26pospulse: _bindgen_ty_7__bindgen_ty_27negpulse: _bindgen_ty_7__bindgen_ty_28reserved_70: u32reserved_74: u32date: u32id: u32

Trait Implementations

impl Copy for _bindgen_ty_7[src]

impl Clone for _bindgen_ty_7[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]