#[repr(C)]pub struct _mbPostBodyElement {
pub size: c_int,
pub type_: mbHttBodyElementType,
pub data: *mut mbMemBuf,
pub filePath: mbStringPtr,
pub fileStart: c_longlong,
pub fileLength: c_longlong,
}Fields§
§size: c_int§type_: mbHttBodyElementType§data: *mut mbMemBuf§filePath: mbStringPtr§fileStart: c_longlong§fileLength: c_longlongTrait Implementations§
Source§impl Clone for _mbPostBodyElement
impl Clone for _mbPostBodyElement
Source§fn clone(&self) -> _mbPostBodyElement
fn clone(&self) -> _mbPostBodyElement
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 _mbPostBodyElement
impl Debug for _mbPostBodyElement
impl Copy for _mbPostBodyElement
Auto Trait Implementations§
impl Freeze for _mbPostBodyElement
impl RefUnwindSafe for _mbPostBodyElement
impl !Send for _mbPostBodyElement
impl !Sync for _mbPostBodyElement
impl Unpin for _mbPostBodyElement
impl UnwindSafe for _mbPostBodyElement
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