Type Alias mariadb_sys::MDL_request_list

source ·
pub type MDL_request_list = I_P_List<MDL_request, I_P_List_counter, I_P_List_no_push_back>;

Aliased Type§

struct MDL_request_list {
    pub _base: I_P_List_counter,
    pub _base_1: I_P_List_no_push_back,
    pub m_first: *mut MDL_request,
    pub _phantom_0: PhantomData<UnsafeCell<MDL_request>>,
    pub _phantom_1: PhantomData<UnsafeCell<I_P_List_counter>>,
    pub _phantom_2: PhantomData<UnsafeCell<I_P_List_no_push_back>>,
}

Fields§

§_base: I_P_List_counter§_base_1: I_P_List_no_push_back§m_first: *mut MDL_request§_phantom_0: PhantomData<UnsafeCell<MDL_request>>§_phantom_1: PhantomData<UnsafeCell<I_P_List_counter>>§_phantom_2: PhantomData<UnsafeCell<I_P_List_no_push_back>>