Struct libspa_sys::spa_meta_control
source · #[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_sequenceTrait 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 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_meta_control
impl Debug for spa_meta_control
source§impl PartialEq<spa_meta_control> for spa_meta_control
impl PartialEq<spa_meta_control> for spa_meta_control
source§fn eq(&self, other: &spa_meta_control) -> bool
fn eq(&self, other: &spa_meta_control) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for spa_meta_control
impl Eq for spa_meta_control
impl StructuralEq for spa_meta_control
impl StructuralPartialEq for spa_meta_control
Auto Trait Implementations§
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