#[repr(C)]pub struct httpcContext {
pub servhandle: Handle,
pub httphandle: u32_,
}Expand description
HTTP context.
Fields§
§servhandle: Handle< Service handle.
httphandle: u32_< HTTP handle.
Trait Implementations§
Source§impl Clone for httpcContext
impl Clone for httpcContext
Source§fn clone(&self) -> httpcContext
fn clone(&self) -> httpcContext
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for httpcContext
impl Debug for httpcContext
Source§impl Default for httpcContext
impl Default for httpcContext
Source§fn default() -> httpcContext
fn default() -> httpcContext
Returns the “default value” for a type. Read more
impl Copy for httpcContext
Auto Trait Implementations§
impl Freeze for httpcContext
impl RefUnwindSafe for httpcContext
impl Send for httpcContext
impl Sync for httpcContext
impl Unpin for httpcContext
impl UnwindSafe for httpcContext
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)