#[repr(C)]pub struct scmp_version {
pub major: c_uint,
pub minor: c_uint,
pub micro: c_uint,
}Expand description
version information
Fields§
§major: c_uint§minor: c_uint§micro: c_uintTrait Implementations§
Source§impl Clone for scmp_version
impl Clone for scmp_version
Source§fn clone(&self) -> scmp_version
fn clone(&self) -> scmp_version
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 scmp_version
impl Debug for scmp_version
Source§impl Hash for scmp_version
impl Hash for scmp_version
Source§impl PartialEq for scmp_version
impl PartialEq for scmp_version
impl Copy for scmp_version
impl Eq for scmp_version
impl StructuralPartialEq for scmp_version
Auto Trait Implementations§
impl Freeze for scmp_version
impl RefUnwindSafe for scmp_version
impl Send for scmp_version
impl Sync for scmp_version
impl Unpin for scmp_version
impl UnwindSafe for scmp_version
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