Struct classicube_sys::LWebTask
source ·
[−]#[repr(C)]pub struct LWebTask {
pub completed: cc_bool,
pub working: cc_bool,
pub success: cc_bool,
pub res: cc_result,
pub status: c_int,
pub reqID: c_int,
pub Handle: Option<unsafe extern "C" fn(data: *mut cc_uint8, len: cc_uint32)>,
}Fields
completed: cc_boolworking: cc_boolsuccess: cc_boolres: cc_resultstatus: c_intreqID: c_intHandle: Option<unsafe extern "C" fn(data: *mut cc_uint8, len: cc_uint32)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LWebTask
impl UnwindSafe for LWebTask
Blanket Implementations
Mutably borrows from an owned value. Read more
