Enum linux_perf_data::FlagFeature
source · [−]pub enum FlagFeature {
Show 31 variants
TracingData,
BuildId,
Hostname,
OsRelease,
Version,
Arch,
NrCpus,
CpuDesc,
CpuId,
TotalMem,
Cmdline,
EventDesc,
CpuTopology,
NumaTopology,
BranchStack,
PmuMappings,
GroupDesc,
Auxtrace,
Stat,
Cache,
SampleTime,
SampleTopology,
ClockId,
DirFormat,
BpfProgInfo,
BpfBtf,
Compressed,
CpuPmuCaps,
ClockData,
HybridTopology,
HybridCpuPmuCaps,
}Variants
TracingData
BuildId
Hostname
OsRelease
Version
Arch
NrCpus
CpuDesc
CpuId
TotalMem
Cmdline
EventDesc
CpuTopology
NumaTopology
BranchStack
PmuMappings
GroupDesc
Auxtrace
Stat
Cache
SampleTime
SampleTopology
ClockId
DirFormat
BpfProgInfo
BpfBtf
Compressed
CpuPmuCaps
ClockData
HybridTopology
HybridCpuPmuCaps
Implementations
Trait Implementations
sourceimpl Clone for FlagFeature
impl Clone for FlagFeature
sourcefn clone(&self) -> FlagFeature
fn clone(&self) -> FlagFeature
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for FlagFeature
impl Debug for FlagFeature
sourceimpl From<FlagFeature> for u32
impl From<FlagFeature> for u32
sourcefn from(flag: FlagFeature) -> Self
fn from(flag: FlagFeature) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<FlagFeature> for FlagFeature
impl PartialEq<FlagFeature> for FlagFeature
impl Copy for FlagFeature
impl Eq for FlagFeature
impl StructuralEq for FlagFeature
impl StructuralPartialEq for FlagFeature
Auto Trait Implementations
impl RefUnwindSafe for FlagFeature
impl Send for FlagFeature
impl Sync for FlagFeature
impl Unpin for FlagFeature
impl UnwindSafe for FlagFeature
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more