pub struct FutharkExtVersionInfo {
pub major: u32,
pub minor: u32,
pub patch: u32,
pub git_rev: Option<String>,
}Expand description
Futhark version info
Fields§
§major: u32§minor: u32§patch: u32§git_rev: Option<String>Trait Implementations§
Source§impl Clone for FutharkExtVersionInfo
impl Clone for FutharkExtVersionInfo
Source§fn clone(&self) -> FutharkExtVersionInfo
fn clone(&self) -> FutharkExtVersionInfo
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 FutharkExtVersionInfo
impl Debug for FutharkExtVersionInfo
Auto Trait Implementations§
impl Freeze for FutharkExtVersionInfo
impl RefUnwindSafe for FutharkExtVersionInfo
impl Send for FutharkExtVersionInfo
impl Sync for FutharkExtVersionInfo
impl Unpin for FutharkExtVersionInfo
impl UnsafeUnpin for FutharkExtVersionInfo
impl UnwindSafe for FutharkExtVersionInfo
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