#[repr(C)]pub struct spa_command_body {
pub body: spa_pod_object_body,
}
Expand description
\addtogroup spa_pod {
Fields§
§body: spa_pod_object_body
Trait Implementations§
Source§impl Clone for spa_command_body
impl Clone for spa_command_body
Source§fn clone(&self) -> spa_command_body
fn clone(&self) -> spa_command_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_command_body
impl Debug for spa_command_body
Source§impl PartialEq for spa_command_body
impl PartialEq for spa_command_body
impl Copy for spa_command_body
impl Eq for spa_command_body
impl StructuralPartialEq for spa_command_body
Auto Trait Implementations§
impl Freeze for spa_command_body
impl RefUnwindSafe for spa_command_body
impl Send for spa_command_body
impl Sync for spa_command_body
impl Unpin for spa_command_body
impl UnwindSafe for spa_command_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