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