sg_req_info_t

Type Alias sg_req_info_t 

Source
pub type sg_req_info_t = sg_req_info;

Aliased Type§

#[repr(C)]
pub struct sg_req_info_t { pub req_state: i8, pub orphan: i8, pub sg_io_owned: i8, pub problem: i8, pub pack_id: i32, pub usr_ptr: *mut c_void, pub duration: u32, pub unused: i32, }

Fields§

§req_state: i8§orphan: i8§sg_io_owned: i8§problem: i8§pack_id: i32§usr_ptr: *mut c_void§duration: u32§unused: i32