Struct gvox_sys::GvoxVersion
source · #[repr(C)]pub struct GvoxVersion {
pub major: u32,
pub minor: u32,
pub patch: u32,
}Fields§
§major: u32§minor: u32§patch: u32Trait Implementations§
source§impl Clone for GvoxVersion
impl Clone for GvoxVersion
source§fn clone(&self) -> GvoxVersion
fn clone(&self) -> GvoxVersion
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more