pub enum BpfStatsType {
RunTime,
}Expand description
Type de statistiques BPF_ENABLE_STATS.
Variants§
RunTime
BPF_STATS_RUN_TIME — temps CPU passé dans les programmes.
Implementations§
Trait Implementations§
Source§impl Clone for BpfStatsType
impl Clone for BpfStatsType
Source§fn clone(&self) -> BpfStatsType
fn clone(&self) -> BpfStatsType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BpfStatsType
Source§impl Debug for BpfStatsType
impl Debug for BpfStatsType
impl Eq for BpfStatsType
Source§impl PartialEq for BpfStatsType
impl PartialEq for BpfStatsType
impl StructuralPartialEq for BpfStatsType
Auto Trait Implementations§
impl Freeze for BpfStatsType
impl RefUnwindSafe for BpfStatsType
impl Send for BpfStatsType
impl Sync for BpfStatsType
impl Unpin for BpfStatsType
impl UnsafeUnpin for BpfStatsType
impl UnwindSafe for BpfStatsType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more