#[repr(C)]pub struct VersionTriple {
pub major: i64,
pub minor: i64,
pub micro: i64,
}Fields§
§major: i64§minor: i64§micro: i64Trait Implementations§
Source§impl Clone for VersionTriple
impl Clone for VersionTriple
Source§fn clone(&self) -> VersionTriple
fn clone(&self) -> VersionTriple
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 VersionTriple
impl Debug for VersionTriple
impl Copy for VersionTriple
Auto Trait Implementations§
impl Freeze for VersionTriple
impl RefUnwindSafe for VersionTriple
impl Send for VersionTriple
impl Sync for VersionTriple
impl Unpin for VersionTriple
impl UnwindSafe for VersionTriple
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