Struct classicube_sys::LWebTask
source · #[repr(C)]pub struct LWebTask {
pub completed: cc_bool,
pub working: cc_bool,
pub success: cc_bool,
pub reqID: c_int,
pub Handle: Option<unsafe extern "C" fn(data: *mut cc_uint8, len: cc_uint32)>,
}
Fields§
§completed: cc_bool
§working: cc_bool
§success: cc_bool
§reqID: c_int
§Handle: Option<unsafe extern "C" fn(data: *mut cc_uint8, len: cc_uint32)>
Trait Implementations§
source§impl PartialEq for LWebTask
impl PartialEq for LWebTask
impl Copy for LWebTask
impl Eq for LWebTask
impl StructuralPartialEq for LWebTask
Auto Trait Implementations§
impl Freeze for LWebTask
impl RefUnwindSafe for LWebTask
impl Send for LWebTask
impl Sync for LWebTask
impl Unpin for LWebTask
impl UnwindSafe for LWebTask
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§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
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§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
)