Struct esp_idf_sys::http_parser_url
source · #[repr(C)]pub struct http_parser_url {
pub field_set: u16,
pub port: u16,
pub field_data: [http_parser_url__bindgen_ty_1; 7],
}
Fields§
§field_set: u16
§port: u16
§field_data: [http_parser_url__bindgen_ty_1; 7]
Trait Implementations§
source§impl Clone for http_parser_url
impl Clone for http_parser_url
source§fn clone(&self) -> http_parser_url
fn clone(&self) -> http_parser_url
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 http_parser_url
impl Debug for http_parser_url
source§impl Default for http_parser_url
impl Default for http_parser_url
source§fn default() -> http_parser_url
fn default() -> http_parser_url
Returns the “default value” for a type. Read more
impl Copy for http_parser_url
Auto Trait Implementations§
impl Freeze for http_parser_url
impl RefUnwindSafe for http_parser_url
impl Send for http_parser_url
impl Sync for http_parser_url
impl Unpin for http_parser_url
impl UnwindSafe for http_parser_url
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,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)