Struct panda_sys::_Panda__AsidInfo[][src]

#[repr(C)]
pub struct _Panda__AsidInfo {
Show 13 fields pub base: ProtobufCMessage, pub pid: u32, pub create_time: u64, pub ppid: u32, pub asid: u64, pub n_names: size_t, pub names: *mut *mut c_char, pub n_tids: size_t, pub tids: *mut u32, pub start_instr: u64, pub end_instr: u64, pub has_count: protobuf_c_boolean, pub count: u64,
}

Fields

base: ProtobufCMessagepid: u32create_time: u64ppid: u32asid: u64n_names: size_tnames: *mut *mut c_charn_tids: size_ttids: *mut u32start_instr: u64end_instr: u64has_count: protobuf_c_booleancount: u64

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.