#[repr(C)]pub struct b3Version {
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 b3Version
impl RefUnwindSafe for b3Version
impl Send for b3Version
impl Sync for b3Version
impl Unpin for b3Version
impl UnsafeUnpin for b3Version
impl UnwindSafe for b3Version
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