Struct pipewire_sys::pw_protocol_server 
source · #[repr(C)]pub struct pw_protocol_server {
    pub link: spa_list,
    pub protocol: *mut pw_protocol,
    pub core: *mut pw_impl_core,
    pub client_list: spa_list,
    pub destroy: Option<unsafe extern "C" fn(listen: *mut pw_protocol_server)>,
}Fields§
§link: spa_list< link in protocol server_list
protocol: *mut pw_protocol< the owner protocol
core: *mut pw_impl_core§client_list: spa_list< list of clients of this protocol
destroy: Option<unsafe extern "C" fn(listen: *mut pw_protocol_server)>Auto Trait Implementations§
impl RefUnwindSafe for pw_protocol_server
impl !Send for pw_protocol_server
impl !Sync for pw_protocol_server
impl Unpin for pw_protocol_server
impl UnwindSafe for pw_protocol_server
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