Struct miniblink_sys::_wkePostBodyElements
source · #[repr(C)]pub struct _wkePostBodyElements {
pub size: c_int,
pub element: *mut *mut wkePostBodyElement,
pub elementSize: usize,
pub isDirty: bool,
}Fields§
§size: c_int§element: *mut *mut wkePostBodyElement§elementSize: usize§isDirty: boolTrait Implementations§
source§impl Clone for _wkePostBodyElements
impl Clone for _wkePostBodyElements
source§fn clone(&self) -> _wkePostBodyElements
fn clone(&self) -> _wkePostBodyElements
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 _wkePostBodyElements
impl Debug for _wkePostBodyElements
impl Copy for _wkePostBodyElements
Auto Trait Implementations§
impl Freeze for _wkePostBodyElements
impl RefUnwindSafe for _wkePostBodyElements
impl !Send for _wkePostBodyElements
impl !Sync for _wkePostBodyElements
impl Unpin for _wkePostBodyElements
impl UnwindSafe for _wkePostBodyElements
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