Struct libspa_sys::spa_meta_busy
source · #[repr(C)]pub struct spa_meta_busy {
pub flags: u32,
pub count: u32,
}
Expand description
a busy counter for the buffer
Fields§
§flags: u32
§count: u32
< number of users busy with the buffer
Trait Implementations§
source§impl Clone for spa_meta_busy
impl Clone for spa_meta_busy
source§fn clone(&self) -> spa_meta_busy
fn clone(&self) -> spa_meta_busy
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_busy
impl Debug for spa_meta_busy
source§impl PartialEq for spa_meta_busy
impl PartialEq for spa_meta_busy
source§fn eq(&self, other: &spa_meta_busy) -> bool
fn eq(&self, other: &spa_meta_busy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_meta_busy
impl Eq for spa_meta_busy
impl StructuralPartialEq for spa_meta_busy
Auto Trait Implementations§
impl RefUnwindSafe for spa_meta_busy
impl Send for spa_meta_busy
impl Sync for spa_meta_busy
impl Unpin for spa_meta_busy
impl UnwindSafe for spa_meta_busy
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