Struct pipewire_sys::pw_mempool
source · #[repr(C)]pub struct pw_mempool {
pub props: *mut pw_properties,
}
Expand description
A memory pool is a collection of pw_memblocks
Fields§
§props: *mut pw_properties
Trait Implementations§
source§impl Clone for pw_mempool
impl Clone for pw_mempool
source§fn clone(&self) -> pw_mempool
fn clone(&self) -> pw_mempool
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_mempool
impl Debug for pw_mempool
impl Copy for pw_mempool
Auto Trait Implementations§
impl RefUnwindSafe for pw_mempool
impl !Send for pw_mempool
impl !Sync for pw_mempool
impl Unpin for pw_mempool
impl UnwindSafe for pw_mempool
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