#[repr(C)]pub struct hal_stream_t {
pub comp_id: c_int,
pub shmem_id: c_int,
pub fifo: *mut hal_stream_shm,
}Fields§
§comp_id: c_int§shmem_id: c_int§fifo: *mut hal_stream_shmTrait Implementations§
Source§impl Clone for hal_stream_t
impl Clone for hal_stream_t
Source§fn clone(&self) -> hal_stream_t
fn clone(&self) -> hal_stream_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for hal_stream_t
impl Debug for hal_stream_t
impl Copy for hal_stream_t
Auto Trait Implementations§
impl Freeze for hal_stream_t
impl RefUnwindSafe for hal_stream_t
impl !Send for hal_stream_t
impl !Sync for hal_stream_t
impl Unpin for hal_stream_t
impl UnwindSafe for hal_stream_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more