Struct libspa_sys::spa_graph_link
source · #[repr(C)]pub struct spa_graph_link {
pub link: spa_list,
pub state: *mut spa_graph_state,
pub signal: Option<unsafe extern "C" fn(data: *mut c_void) -> c_int>,
pub signal_data: *mut c_void,
}
Fields§
§link: spa_list
§state: *mut spa_graph_state
§signal: Option<unsafe extern "C" fn(data: *mut c_void) -> c_int>
§signal_data: *mut c_void
Trait Implementations§
source§impl Clone for spa_graph_link
impl Clone for spa_graph_link
source§fn clone(&self) -> spa_graph_link
fn clone(&self) -> spa_graph_link
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_link
impl Debug for spa_graph_link
source§impl PartialEq for spa_graph_link
impl PartialEq for spa_graph_link
source§fn eq(&self, other: &spa_graph_link) -> bool
fn eq(&self, other: &spa_graph_link) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_graph_link
impl Eq for spa_graph_link
impl StructuralPartialEq for spa_graph_link
Auto Trait Implementations§
impl RefUnwindSafe for spa_graph_link
impl !Send for spa_graph_link
impl !Sync for spa_graph_link
impl Unpin for spa_graph_link
impl UnwindSafe for spa_graph_link
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