#[repr(C)]pub struct spa_meta_control {
pub sequence: spa_pod_sequence,
}
Expand description
a timed set of events associated with the buffer
Fields§
§sequence: spa_pod_sequence
Trait Implementations§
Source§impl Clone for spa_meta_control
impl Clone for spa_meta_control
Source§fn clone(&self) -> spa_meta_control
fn clone(&self) -> spa_meta_control
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_meta_control
impl Debug for spa_meta_control
Source§impl PartialEq for spa_meta_control
impl PartialEq for spa_meta_control
impl Copy for spa_meta_control
impl Eq for spa_meta_control
impl StructuralPartialEq for spa_meta_control
Auto Trait Implementations§
impl Freeze for spa_meta_control
impl RefUnwindSafe for spa_meta_control
impl Send for spa_meta_control
impl Sync for spa_meta_control
impl Unpin for spa_meta_control
impl UnwindSafe for spa_meta_control
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