#[repr(C)]pub struct spa_pod_choice {
pub pod: spa_pod,
pub body: spa_pod_choice_body,
}
Fields§
§pod: spa_pod
§body: spa_pod_choice_body
Trait Implementations§
Source§impl Clone for spa_pod_choice
impl Clone for spa_pod_choice
Source§fn clone(&self) -> spa_pod_choice
fn clone(&self) -> spa_pod_choice
Returns a duplicate 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_choice
impl Debug for spa_pod_choice
Source§impl PartialEq for spa_pod_choice
impl PartialEq for spa_pod_choice
impl Copy for spa_pod_choice
impl Eq for spa_pod_choice
impl StructuralPartialEq for spa_pod_choice
Auto Trait Implementations§
impl Freeze for spa_pod_choice
impl RefUnwindSafe for spa_pod_choice
impl Send for spa_pod_choice
impl Sync for spa_pod_choice
impl Unpin for spa_pod_choice
impl UnwindSafe for spa_pod_choice
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