pub struct MetaControl(/* private fields */);Implementations§
Source§impl MetaControl
impl MetaControl
pub fn as_raw(&self) -> &spa_meta_control
pub fn sequence(&self) -> &spa_pod_sequence
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetaControl
impl RefUnwindSafe for MetaControl
impl Send for MetaControl
impl Sync for MetaControl
impl Unpin for MetaControl
impl UnwindSafe for MetaControl
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