pub struct HeaderFeature {
pub feature: Feature,
pub data: Vec<u8>,
}Expand description
PERF_RECORD_HEADER_FEATURE - Contains feature section data
Used in pipe mode to transmit feature data that would otherwise be in the feature sections at the end of a regular perf.data file.
Fields§
§feature: Feature§data: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for HeaderFeature
impl Clone for HeaderFeature
Source§fn clone(&self) -> HeaderFeature
fn clone(&self) -> HeaderFeature
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for HeaderFeature
impl RefUnwindSafe for HeaderFeature
impl Send for HeaderFeature
impl Sync for HeaderFeature
impl Unpin for HeaderFeature
impl UnsafeUnpin for HeaderFeature
impl UnwindSafe for HeaderFeature
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