Struct ctru_sys::httpcContext
source · #[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 copy 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