#[repr(C)]pub struct b2Version {
pub major: c_int,
pub minor: c_int,
pub revision: c_int,
}Expand description
Version numbering scheme. See https://semver.org/
Fields§
§major: c_intSignificant changes
minor: c_intIncremental changes
revision: c_intBug fixes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for b2Version
impl RefUnwindSafe for b2Version
impl Send for b2Version
impl Sync for b2Version
impl Unpin for b2Version
impl UnwindSafe for b2Version
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)