spinLibraryVersion

Type Alias spinLibraryVersion 

Source
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: u32

Major version of the library

§minor: u32

Minor version of the library

§type_: u32

Version type of the library

§build: u32

Build number of the library