Struct classicube_sys::UpdaterInfo
source ·
[−]#[repr(C)]pub struct UpdaterInfo {
pub info: *const c_char,
pub numBuilds: c_int,
pub builds: [UpdaterBuild; 2],
}Fields
info: *const c_charnumBuilds: c_intbuilds: [UpdaterBuild; 2]Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for UpdaterInfo
impl !Send for UpdaterInfo
impl !Sync for UpdaterInfo
impl Unpin for UpdaterInfo
impl UnwindSafe for UpdaterInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
