Struct raspberry_pi_sys::libbcm_host::rx_msg_slot_info
source · [−]#[repr(C)]pub struct rx_msg_slot_info {
pub next: *mut rx_msg_slot_info,
pub addr: *mut u8,
pub len: u32,
pub write_ptr: u32,
pub read_ptr: u32,
pub active: c_int,
pub msgs_parsed: u32,
pub msgs_released: u32,
pub state: *mut c_void,
pub ref_count: [u8; 36],
}Fields
next: *mut rx_msg_slot_infoaddr: *mut u8len: u32write_ptr: u32read_ptr: u32active: c_intmsgs_parsed: u32msgs_released: u32state: *mut c_voidref_count: [u8; 36]Trait Implementations
sourceimpl Clone for rx_msg_slot_info
impl Clone for rx_msg_slot_info
sourcefn clone(&self) -> rx_msg_slot_info
fn clone(&self) -> rx_msg_slot_info
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 rx_msg_slot_info
impl Debug for rx_msg_slot_info
impl Copy for rx_msg_slot_info
Auto Trait Implementations
impl RefUnwindSafe for rx_msg_slot_info
impl !Send for rx_msg_slot_info
impl !Sync for rx_msg_slot_info
impl Unpin for rx_msg_slot_info
impl UnwindSafe for rx_msg_slot_info
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