#[repr(C)]
pub struct SERVICE_CREATION_T { pub version: VCHI_VERSION_T, pub service_id: vcos_fourcc_t, pub connection: *mut VCHI_CONNECTION_T, pub rx_fifo_size: u32, pub tx_fifo_size: u32, pub callback: VCHI_CALLBACK_T, pub callback_param: *mut c_void, pub want_unaligned_bulk_rx: vcos_bool_t, pub want_unaligned_bulk_tx: vcos_bool_t, pub want_crc: vcos_bool_t, }

Fields

version: VCHI_VERSION_Tservice_id: vcos_fourcc_tconnection: *mut VCHI_CONNECTION_Trx_fifo_size: u32tx_fifo_size: u32callback: VCHI_CALLBACK_Tcallback_param: *mut c_voidwant_unaligned_bulk_rx: vcos_bool_twant_unaligned_bulk_tx: vcos_bool_twant_crc: vcos_bool_t

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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)

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.