#[repr(C)]pub struct luw_ctx_t {
    pub addr: *mut u8,
    pub mem: *mut u8,
    pub req: *mut luw_req,
    pub resp: *mut luw_resp,
    pub resp_hdr: *mut luw_resp_hdr,
    pub resp_offset: usize,
    pub req_buf: *mut u8,
    pub hdrp: *mut u8,
    pub reqp: *mut u8,
    pub resp_hdr_idx: i32,
}Fields§
§addr: *mut u8§mem: *mut u8§req: *mut luw_req§resp: *mut luw_resp§resp_hdr: *mut luw_resp_hdr§resp_offset: usize§req_buf: *mut u8§hdrp: *mut u8§reqp: *mut u8§resp_hdr_idx: i32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for luw_ctx_t
impl !Send for luw_ctx_t
impl !Sync for luw_ctx_t
impl Unpin for luw_ctx_t
impl UnwindSafe for luw_ctx_t
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