Struct libspa_sys::spa_plugin_loader
source · #[repr(C)]pub struct spa_plugin_loader {
pub iface: spa_interface,
}
Fields§
§iface: spa_interface
Trait Implementations§
source§impl Clone for spa_plugin_loader
impl Clone for spa_plugin_loader
source§fn clone(&self) -> spa_plugin_loader
fn clone(&self) -> spa_plugin_loader
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 spa_plugin_loader
impl Debug for spa_plugin_loader
source§impl PartialEq for spa_plugin_loader
impl PartialEq for spa_plugin_loader
source§fn eq(&self, other: &spa_plugin_loader) -> bool
fn eq(&self, other: &spa_plugin_loader) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_plugin_loader
impl Eq for spa_plugin_loader
impl StructuralPartialEq for spa_plugin_loader
Auto Trait Implementations§
impl RefUnwindSafe for spa_plugin_loader
impl !Send for spa_plugin_loader
impl !Sync for spa_plugin_loader
impl Unpin for spa_plugin_loader
impl UnwindSafe for spa_plugin_loader
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