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