Struct cranelift_codegen::ir::function::VersionMarker
source · pub struct VersionMarker;
Expand description
A version marker used to ensure that serialized clif ir is never deserialized with a different version of Cranelift.
Trait Implementations§
source§impl Clone for VersionMarker
impl Clone for VersionMarker
source§fn clone(&self) -> VersionMarker
fn clone(&self) -> VersionMarker
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 VersionMarker
impl Debug for VersionMarker
source§impl Hash for VersionMarker
impl Hash for VersionMarker
source§impl PartialEq<VersionMarker> for VersionMarker
impl PartialEq<VersionMarker> for VersionMarker
source§fn eq(&self, other: &VersionMarker) -> bool
fn eq(&self, other: &VersionMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.