#[repr(C)]pub struct luw_req {Show 24 fields
pub method_off: u32,
pub method_len: u32,
pub version_off: u32,
pub version_len: u32,
pub path_off: u32,
pub path_len: u32,
pub query_off: u32,
pub query_len: u32,
pub remote_off: u32,
pub remote_len: u32,
pub local_addr_off: u32,
pub local_addr_len: u32,
pub local_port_off: u32,
pub local_port_len: u32,
pub server_name_off: u32,
pub server_name_len: u32,
pub content_off: u32,
pub content_len: u32,
pub content_sent: u32,
pub total_content_sent: u32,
pub request_size: u32,
pub nr_fields: u32,
pub tls: u32,
pub fields: __IncompleteArrayField<luw_hdr_field>,
}Fields§
§method_off: u32§method_len: u32§version_off: u32§version_len: u32§path_off: u32§path_len: u32§query_off: u32§query_len: u32§remote_off: u32§remote_len: u32§local_addr_off: u32§local_addr_len: u32§local_port_off: u32§local_port_len: u32§server_name_off: u32§server_name_len: u32§content_off: u32§content_len: u32§content_sent: u32§total_content_sent: u32§request_size: u32§nr_fields: u32§tls: u32§fields: __IncompleteArrayField<luw_hdr_field>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for luw_req
impl Send for luw_req
impl Sync for luw_req
impl Unpin for luw_req
impl UnwindSafe for luw_req
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