pub type spinLibraryVersion = _spinLibraryVersion;Expand description
Provides easier access to the current version of Spinnaker.
Aliased Type§
#[repr(C)]pub struct spinLibraryVersion {
pub major: u32,
pub minor: u32,
pub type_: u32,
pub build: u32,
}Fields§
§major: u32Major version of the library
minor: u32Minor version of the library
type_: u32Version type of the library
build: u32Build number of the library