Struct pipewire_sys::pw_impl_node
source · #[repr(C)]pub struct pw_impl_node { /* private fields */ }
Expand description
\defgroup pw_impl_node Node Impl
The node object processes data. The node has a list of input and output ports (\ref pw_impl_port) on which it will receive and send out buffers respectively. / /** \addtogroup pw_impl_node {
Trait Implementations§
source§impl Clone for pw_impl_node
impl Clone for pw_impl_node
source§fn clone(&self) -> pw_impl_node
fn clone(&self) -> pw_impl_node
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_impl_node
impl Debug for pw_impl_node
impl Copy for pw_impl_node
Auto Trait Implementations§
impl RefUnwindSafe for pw_impl_node
impl Send for pw_impl_node
impl Sync for pw_impl_node
impl Unpin for pw_impl_node
impl UnwindSafe for pw_impl_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