#[repr(C)]pub struct pa_proplist { /* private fields */ }Trait Implementations§
Source§impl Clone for pa_proplist
impl Clone for pa_proplist
Source§fn clone(&self) -> pa_proplist
fn clone(&self) -> pa_proplist
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 pa_proplist
impl Debug for pa_proplist
impl Copy for pa_proplist
Auto Trait Implementations§
impl Freeze for pa_proplist
impl RefUnwindSafe for pa_proplist
impl Send for pa_proplist
impl Sync for pa_proplist
impl Unpin for pa_proplist
impl UnwindSafe for pa_proplist
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