Struct pipewire_sys::pw_metadata_events
source · #[repr(C)]pub struct pw_metadata_events {
pub version: u32,
pub property: Option<unsafe extern "C" fn(data: *mut c_void, subject: u32, key: *const c_char, type_: *const c_char, value: *const c_char) -> c_int>,
}
Expand description
\ref pw_metadata events
Fields§
§version: u32
§property: Option<unsafe extern "C" fn(data: *mut c_void, subject: u32, key: *const c_char, type_: *const c_char, value: *const c_char) -> c_int>
Trait Implementations§
source§impl Clone for pw_metadata_events
impl Clone for pw_metadata_events
source§fn clone(&self) -> pw_metadata_events
fn clone(&self) -> pw_metadata_events
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 pw_metadata_events
impl Debug for pw_metadata_events
impl Copy for pw_metadata_events
Auto Trait Implementations§
impl RefUnwindSafe for pw_metadata_events
impl Send for pw_metadata_events
impl Sync for pw_metadata_events
impl Unpin for pw_metadata_events
impl UnwindSafe for pw_metadata_events
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