Struct pipewire_sys::pw_protocol
source · #[repr(C)]pub struct pw_protocol { /* private fields */ }
Expand description
\addtogroup pw_protocol {
Trait Implementations§
source§impl Clone for pw_protocol
impl Clone for pw_protocol
source§fn clone(&self) -> pw_protocol
fn clone(&self) -> pw_protocol
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_protocol
impl Debug for pw_protocol
impl Copy for pw_protocol
Auto Trait Implementations§
impl RefUnwindSafe for pw_protocol
impl Send for pw_protocol
impl Sync for pw_protocol
impl Unpin for pw_protocol
impl UnwindSafe for pw_protocol
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