Struct linux_perf_data::FeatureSet 
source · 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 more