pub struct AsyncSeq(/* private fields */);
Expand description
An asynchronous sequence number returned by a SPA component.
Use AsyncSeq::seq
to retrieve the actual sequence number.
Implementations§
Trait Implementations§
source§impl PartialEq for AsyncSeq
impl PartialEq for AsyncSeq
impl Copy for AsyncSeq
impl Eq for AsyncSeq
impl StructuralPartialEq for AsyncSeq
Auto Trait Implementations§
impl RefUnwindSafe for AsyncSeq
impl Send for AsyncSeq
impl Sync for AsyncSeq
impl Unpin for AsyncSeq
impl UnwindSafe for AsyncSeq
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