Struct raspberry_pi_sys::libbcm_host::MESSAGE_EVENT_T
source · [−]#[repr(C)]pub struct MESSAGE_EVENT_T {
pub type_: MESSAGE_EVENT_TYPE_T,
pub message: MESSAGE_EVENT_T__bindgen_ty_1,
pub rx_msg: *mut RX_MSG_SLOTINFO_T,
pub rx_bulk: *mut RX_BULK_SLOTINFO_T,
pub tx_handle: *mut c_void,
pub tx_channel: MESSAGE_TX_CHANNEL_T,
}Fields
type_: MESSAGE_EVENT_TYPE_Tmessage: MESSAGE_EVENT_T__bindgen_ty_1rx_msg: *mut RX_MSG_SLOTINFO_Trx_bulk: *mut RX_BULK_SLOTINFO_Ttx_handle: *mut c_voidtx_channel: MESSAGE_TX_CHANNEL_TTrait Implementations
sourceimpl Clone for MESSAGE_EVENT_T
impl Clone for MESSAGE_EVENT_T
sourcefn clone(&self) -> MESSAGE_EVENT_T
fn clone(&self) -> MESSAGE_EVENT_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 MESSAGE_EVENT_T
impl Debug for MESSAGE_EVENT_T
impl Copy for MESSAGE_EVENT_T
Auto Trait Implementations
impl RefUnwindSafe for MESSAGE_EVENT_T
impl !Send for MESSAGE_EVENT_T
impl !Sync for MESSAGE_EVENT_T
impl Unpin for MESSAGE_EVENT_T
impl UnwindSafe for MESSAGE_EVENT_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