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