#[repr(C)]pub struct _mbPostBodyElements {
pub size: c_int,
pub element: *mut *mut mbPostBodyElement,
pub elementSize: usize,
pub isDirty: bool,
}Fields§
§size: c_int§element: *mut *mut mbPostBodyElement§elementSize: usize§isDirty: boolTrait Implementations§
Source§impl Clone for _mbPostBodyElements
impl Clone for _mbPostBodyElements
Source§fn clone(&self) -> _mbPostBodyElements
fn clone(&self) -> _mbPostBodyElements
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _mbPostBodyElements
impl Debug for _mbPostBodyElements
impl Copy for _mbPostBodyElements
Auto Trait Implementations§
impl Freeze for _mbPostBodyElements
impl RefUnwindSafe for _mbPostBodyElements
impl !Send for _mbPostBodyElements
impl !Sync for _mbPostBodyElements
impl Unpin for _mbPostBodyElements
impl UnwindSafe for _mbPostBodyElements
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more