#[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§
impl Copy for spa_event
impl Eq for spa_event
impl StructuralPartialEq for spa_event
Auto Trait Implementations§
impl Freeze for spa_event
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