#[repr(C)]pub struct _spinLibraryVersion {
pub major: c_uint,
pub minor: c_uint,
pub type_: c_uint,
pub build: c_uint,
}Expand description
Provides easier access to the current version of Spinnaker.
Fields§
§major: c_uintMajor version of the library
minor: c_uintMinor version of the library
type_: c_uintVersion type of the library
build: c_uintBuild number of the library
Trait Implementations§
Source§impl Clone for _spinLibraryVersion
impl Clone for _spinLibraryVersion
Source§fn clone(&self) -> _spinLibraryVersion
fn clone(&self) -> _spinLibraryVersion
Returns a duplicate 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 moreSource§impl Debug for _spinLibraryVersion
impl Debug for _spinLibraryVersion
impl Copy for _spinLibraryVersion
Auto Trait Implementations§
impl Freeze for _spinLibraryVersion
impl RefUnwindSafe for _spinLibraryVersion
impl Send for _spinLibraryVersion
impl Sync for _spinLibraryVersion
impl Unpin for _spinLibraryVersion
impl UnwindSafe for _spinLibraryVersion
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