Struct libspa_sys::spa_result_node_params
source · #[repr(C)]pub struct spa_result_node_params {
pub id: u32,
pub index: u32,
pub next: u32,
pub param: *mut spa_pod,
}
Expand description
the result of enum_params or port_enum_params.
Fields§
§id: u32
< id of parameter
index: u32
< index of parameter
next: u32
< next index of iteration
param: *mut spa_pod
< the result param
Trait Implementations§
source§impl Clone for spa_result_node_params
impl Clone for spa_result_node_params
source§fn clone(&self) -> spa_result_node_params
fn clone(&self) -> spa_result_node_params
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_result_node_params
impl Debug for spa_result_node_params
source§impl PartialEq for spa_result_node_params
impl PartialEq for spa_result_node_params
source§fn eq(&self, other: &spa_result_node_params) -> bool
fn eq(&self, other: &spa_result_node_params) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_result_node_params
impl Eq for spa_result_node_params
impl StructuralPartialEq for spa_result_node_params
Auto Trait Implementations§
impl RefUnwindSafe for spa_result_node_params
impl !Send for spa_result_node_params
impl !Sync for spa_result_node_params
impl Unpin for spa_result_node_params
impl UnwindSafe for spa_result_node_params
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