pub struct b2Version { /* private fields */ }Expand description
Version numbering scheme. See http://en.wikipedia.org/wiki/Software_versioning
Trait Implementations§
Source§impl ExternType for b2Version
impl ExternType for b2Version
Source§impl MakeCppStorage for b2Version
impl MakeCppStorage for b2Version
impl UniquePtrTarget for b2Version
impl VectorElement for b2Version
impl WeakPtrTarget for b2Version
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§
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