Struct libspa_sys::spa_event
source · #[repr(C)]pub struct spa_event {
pub pod: spa_pod,
pub body: spa_event_body,
}
Fields§
§pod: spa_pod
§body: spa_event_body
Trait Implementations§
source§impl PartialEq for spa_event
impl PartialEq for spa_event
impl Copy for spa_event
impl Eq for spa_event
impl StructuralPartialEq for spa_event
Auto Trait Implementations§
impl RefUnwindSafe for spa_event
impl Send for spa_event
impl Sync for spa_event
impl Unpin for spa_event
impl UnwindSafe for spa_event
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