Skip to main content

mbPostBodyElements

Type Alias mbPostBodyElements 

Source
pub type mbPostBodyElements = _mbPostBodyElements;

Aliased Type§

#[repr(C)]
pub 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