Struct pipewire_sys::pw_export_type
source · #[repr(C)]pub struct pw_export_type {
pub link: spa_list,
pub type_: *const c_char,
pub func: Option<unsafe extern "C" fn(core: *mut pw_core, type_: *const c_char, props: *const spa_dict, object: *mut c_void, user_data_size: usize) -> *mut pw_proxy>,
}
Expand description
data for registering export functions
Fields§
§link: spa_list
§type_: *const c_char
§func: Option<unsafe extern "C" fn(core: *mut pw_core, type_: *const c_char, props: *const spa_dict, object: *mut c_void, user_data_size: usize) -> *mut pw_proxy>
Auto Trait Implementations§
impl RefUnwindSafe for pw_export_type
impl !Send for pw_export_type
impl !Sync for pw_export_type
impl Unpin for pw_export_type
impl UnwindSafe for pw_export_type
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