Struct libspa_sys::spa_io_sequence
source · #[repr(C)]pub struct spa_io_sequence {
pub sequence: spa_pod_sequence,
}
Expand description
control stream, io area for SPA_IO_Control and SPA_IO_Notify
Fields§
§sequence: spa_pod_sequence
< sequence of timed events
Trait Implementations§
source§impl Clone for spa_io_sequence
impl Clone for spa_io_sequence
source§fn clone(&self) -> spa_io_sequence
fn clone(&self) -> spa_io_sequence
Returns a copy 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_sequence
impl Debug for spa_io_sequence
source§impl PartialEq for spa_io_sequence
impl PartialEq for spa_io_sequence
source§fn eq(&self, other: &spa_io_sequence) -> bool
fn eq(&self, other: &spa_io_sequence) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_io_sequence
impl Eq for spa_io_sequence
impl StructuralPartialEq for spa_io_sequence
Auto Trait Implementations§
impl RefUnwindSafe for spa_io_sequence
impl Send for spa_io_sequence
impl Sync for spa_io_sequence
impl Unpin for spa_io_sequence
impl UnwindSafe for spa_io_sequence
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