Type Alias mbPostBodyElements

Source
pub type mbPostBodyElements = _mbPostBodyElements;

Aliased Type§

struct mbPostBodyElements {
    pub size: i32,
    pub element: *mut *mut _mbPostBodyElement,
    pub elementSize: usize,
    pub isDirty: bool,
}

Fields§

§size: i32§element: *mut *mut _mbPostBodyElement§elementSize: usize§isDirty: bool