#[repr(C)]pub struct spa_io_async_buffers {
pub buffers: [spa_io_buffers; 2],
}
Expand description
async buffers
Fields§
§buffers: [spa_io_buffers; 2]
< async buffers, writers write to current (cycle+1)&1, readers read from (cycle)&1
Trait Implementations§
Source§impl Clone for spa_io_async_buffers
impl Clone for spa_io_async_buffers
Source§fn clone(&self) -> spa_io_async_buffers
fn clone(&self) -> spa_io_async_buffers
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 spa_io_async_buffers
impl Debug for spa_io_async_buffers
Source§impl PartialEq for spa_io_async_buffers
impl PartialEq for spa_io_async_buffers
impl Copy for spa_io_async_buffers
impl Eq for spa_io_async_buffers
impl StructuralPartialEq for spa_io_async_buffers
Auto Trait Implementations§
impl Freeze for spa_io_async_buffers
impl RefUnwindSafe for spa_io_async_buffers
impl Send for spa_io_async_buffers
impl Sync for spa_io_async_buffers
impl Unpin for spa_io_async_buffers
impl UnwindSafe for spa_io_async_buffers
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