Struct ktrace::Header [] [src]

pub struct Header {
    pub length: usize,
    pub record_type: RecordType,
    pub pid: u32,
    pub command: String,
    pub timestamp: TimeVal,
    pub tid: usize,
}

Safe wrapper around C struct ktr_header

Fields

Methods

impl Header
[src]

Trait Implementations

impl Clone for Header
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Header
[src]

Formats the value using the given formatter.

impl Display for Header
[src]

Formats the value using the given formatter. Read more