pub struct pa_proplist { /* private fields */ }Expand description
A property list object. Basically a dictionary with ASCII strings as keys and arbitrary data as values.
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 UnsafeUnpin 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