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