#[repr(C, packed(1))]pub struct VersionTriple { /* private fields */ }
Expand description
Version numbers
Implementations§
Trait Implementations§
Source§impl Clone for VersionTriple
impl Clone for VersionTriple
Source§fn clone(&self) -> VersionTriple
fn clone(&self) -> VersionTriple
Returns a copy 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
Source§impl Display for VersionTriple
impl Display for VersionTriple
Source§impl Hash for VersionTriple
impl Hash for VersionTriple
Source§impl PartialEq for VersionTriple
impl PartialEq for VersionTriple
impl Copy for VersionTriple
impl Eq for VersionTriple
impl StructuralPartialEq 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