Struct libspa_sys::spa_graph_state
source · #[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 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_graph_state
impl Debug for spa_graph_state
source§impl PartialEq for spa_graph_state
impl PartialEq for spa_graph_state
source§fn eq(&self, other: &spa_graph_state) -> bool
fn eq(&self, other: &spa_graph_state) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_graph_state
impl Eq for spa_graph_state
impl StructuralPartialEq for spa_graph_state
Auto Trait Implementations§
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