Struct classicube_sys::CheckUpdateData
source · #[repr(C)]pub struct CheckUpdateData {
pub Base: LWebTask,
pub devTimestamp: cc_uint64,
pub relTimestamp: cc_uint64,
pub latestRelease: cc_string,
}Fields§
§Base: LWebTask§devTimestamp: cc_uint64§relTimestamp: cc_uint64§latestRelease: cc_stringTrait Implementations§
source§impl Debug for CheckUpdateData
impl Debug for CheckUpdateData
source§impl Hash for CheckUpdateData
impl Hash for CheckUpdateData
source§impl PartialEq for CheckUpdateData
impl PartialEq for CheckUpdateData
source§fn eq(&self, other: &CheckUpdateData) -> bool
fn eq(&self, other: &CheckUpdateData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for CheckUpdateData
impl StructuralPartialEq for CheckUpdateData
Auto Trait Implementations§
impl RefUnwindSafe for CheckUpdateData
impl !Send for CheckUpdateData
impl !Sync for CheckUpdateData
impl Unpin for CheckUpdateData
impl UnwindSafe for CheckUpdateData
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