Struct raspberry_pi_sys::libbcm_host::SERVICE_CREATION_T
source · [−]#[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_tTrait Implementations
sourceimpl Clone for SERVICE_CREATION_T
impl Clone for SERVICE_CREATION_T
sourcefn clone(&self) -> SERVICE_CREATION_T
fn clone(&self) -> SERVICE_CREATION_T
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SERVICE_CREATION_T
impl Debug for SERVICE_CREATION_T
impl Copy for SERVICE_CREATION_T
Auto Trait Implementations
impl RefUnwindSafe for SERVICE_CREATION_T
impl !Send for SERVICE_CREATION_T
impl !Sync for SERVICE_CREATION_T
impl Unpin for SERVICE_CREATION_T
impl UnwindSafe for SERVICE_CREATION_T
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more