Struct linux_perf_data::FeatureSet
source · pub struct FeatureSet(pub [u64; 4]);Expand description
The set of features used in the perf file. The perf file contains one feature section for each feature.
This set is provided in the perf file header. It has room for 4 * 64 = 256 feature bits.
Tuple Fields§
§0: [u64; 4]Implementations§
source§impl FeatureSet
impl FeatureSet
Trait Implementations§
source§impl Clone for FeatureSet
impl Clone for FeatureSet
source§fn clone(&self) -> FeatureSet
fn clone(&self) -> FeatureSet
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 FeatureSet
impl Debug for FeatureSet
source§impl Hash for FeatureSet
impl Hash for FeatureSet
source§impl PartialEq<FeatureSet> for FeatureSet
impl PartialEq<FeatureSet> for FeatureSet
source§fn eq(&self, other: &FeatureSet) -> bool
fn eq(&self, other: &FeatureSet) -> bool
This method tests for
self and other values to be equal, and is used
by ==.