#[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 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_busy
impl Debug for spa_meta_busy
Source§impl PartialEq for spa_meta_busy
impl PartialEq for spa_meta_busy
impl Copy for spa_meta_busy
impl Eq for spa_meta_busy
impl StructuralPartialEq for spa_meta_busy
Auto Trait Implementations§
impl Freeze for spa_meta_busy
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