Union panda_sys::RR_skipped_call_args__bindgen_ty_1[][src]

#[repr(C)]
pub union RR_skipped_call_args__bindgen_ty_1 {
    pub mem_region_change_args: RR_mem_region_change_args,
    pub cpu_mem_rw_args: RR_cpu_mem_rw_args,
    pub cpu_mem_unmap: RR_cpu_mem_unmap,
    pub hd_transfer_args: RR_hd_transfer_args,
    pub net_transfer_args: RR_net_transfer_args,
    pub handle_packet_args: RR_handle_packet_args,
    pub serial_receive_args: RR_serial_receive_args,
    pub serial_read_args: RR_serial_read_args,
    pub serial_send_args: RR_serial_send_args,
    pub serial_write_args: RR_serial_write_args,
    pub cpu_reg_write_args: RR_cpu_reg_write_args,
    // some fields omitted
}

Fields

mem_region_change_args: RR_mem_region_change_argscpu_mem_rw_args: RR_cpu_mem_rw_argscpu_mem_unmap: RR_cpu_mem_unmaphd_transfer_args: RR_hd_transfer_argsnet_transfer_args: RR_net_transfer_argshandle_packet_args: RR_handle_packet_argsserial_receive_args: RR_serial_receive_argsserial_read_args: RR_serial_read_argsserial_send_args: RR_serial_send_argsserial_write_args: RR_serial_write_argscpu_reg_write_args: RR_cpu_reg_write_args

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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.