pub type wkePostBodyElements = _wkePostBodyElements;

Aliased Type§

struct wkePostBodyElements {
    pub size: i32,
    pub element: *mut *mut _wkePostBodyElement,
    pub elementSize: usize,
    pub isDirty: bool,
}

Fields§

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