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