#[repr(C)]pub struct spa_pod_choice_body {
pub type_: u32,
pub flags: u32,
pub child: spa_pod,
}
Fields§
§type_: u32
< type of choice, one of enum spa_choice_type
flags: u32
< extra flags
child: spa_pod
Trait Implementations§
Source§impl Clone for spa_pod_choice_body
impl Clone for spa_pod_choice_body
Source§fn clone(&self) -> spa_pod_choice_body
fn clone(&self) -> spa_pod_choice_body
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_body
impl Debug for spa_pod_choice_body
Source§impl PartialEq for spa_pod_choice_body
impl PartialEq for spa_pod_choice_body
impl Copy for spa_pod_choice_body
impl Eq for spa_pod_choice_body
impl StructuralPartialEq for spa_pod_choice_body
Auto Trait Implementations§
impl Freeze for spa_pod_choice_body
impl RefUnwindSafe for spa_pod_choice_body
impl Send for spa_pod_choice_body
impl Sync for spa_pod_choice_body
impl Unpin for spa_pod_choice_body
impl UnwindSafe for spa_pod_choice_body
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