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