Struct cranelift_codegen_meta::cdsl::settings::PresetIndex
source · pub(crate) struct PresetIndex(usize);
Tuple Fields§
§0: usize
Trait Implementations§
source§impl Clone for PresetIndex
impl Clone for PresetIndex
source§fn clone(&self) -> PresetIndex
fn clone(&self) -> PresetIndex
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 Hash for PresetIndex
impl Hash for PresetIndex
source§impl Into<PresetType> for PresetIndex
impl Into<PresetType> for PresetIndex
source§fn into(self) -> PresetType
fn into(self) -> PresetType
Converts this type into the (usually inferred) input type.