Struct libspa_sys::spa_node
source · #[repr(C)]pub struct spa_node {
pub iface: spa_interface,
}
Fields§
§iface: spa_interface
Trait Implementations§
source§impl PartialEq for spa_node
impl PartialEq for spa_node
impl Copy for spa_node
impl Eq for spa_node
impl StructuralPartialEq for spa_node
Auto Trait Implementations§
impl RefUnwindSafe for spa_node
impl !Send for spa_node
impl !Sync for spa_node
impl Unpin for spa_node
impl UnwindSafe for spa_node
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