#[repr(C)]pub struct spa_graph_state {
    pub status: c_int,
    pub required: i32,
    pub pending: i32,
}Fields§
§status: c_int< current status
required: i32< required number of signals
pending: i32< number of pending signals
Trait Implementations§
Source§impl Clone for spa_graph_state
 
impl Clone for spa_graph_state
Source§fn clone(&self) -> spa_graph_state
 
fn clone(&self) -> spa_graph_state
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_graph_state
 
impl Debug for spa_graph_state
Source§impl PartialEq for spa_graph_state
 
impl PartialEq for spa_graph_state
impl Copy for spa_graph_state
impl Eq for spa_graph_state
impl StructuralPartialEq for spa_graph_state
Auto Trait Implementations§
impl Freeze for spa_graph_state
impl RefUnwindSafe for spa_graph_state
impl Send for spa_graph_state
impl Sync for spa_graph_state
impl Unpin for spa_graph_state
impl UnwindSafe for spa_graph_state
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