Struct libspa_sys::spa_result_node_params_data
source · #[repr(C)]pub struct spa_result_node_params_data {
pub builder: *mut spa_pod_builder,
pub data: spa_result_node_params,
}
Fields§
§builder: *mut spa_pod_builder
§data: spa_result_node_params
Trait Implementations§
source§impl Clone for spa_result_node_params_data
impl Clone for spa_result_node_params_data
source§fn clone(&self) -> spa_result_node_params_data
fn clone(&self) -> spa_result_node_params_data
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_data
impl Debug for spa_result_node_params_data
source§impl PartialEq for spa_result_node_params_data
impl PartialEq for spa_result_node_params_data
source§fn eq(&self, other: &spa_result_node_params_data) -> bool
fn eq(&self, other: &spa_result_node_params_data) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_result_node_params_data
impl Eq for spa_result_node_params_data
impl StructuralPartialEq for spa_result_node_params_data
Auto Trait Implementations§
impl RefUnwindSafe for spa_result_node_params_data
impl !Send for spa_result_node_params_data
impl !Sync for spa_result_node_params_data
impl Unpin for spa_result_node_params_data
impl UnwindSafe for spa_result_node_params_data
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