#[repr(C)]pub struct pw_properties {
    pub dict: spa_dict,
    pub flags: u32,
}Expand description
\addtogroup pw_properties {
Fields§
§dict: spa_dict< dictionary of key/values
flags: u32< extra flags
Auto Trait Implementations§
impl Freeze for pw_properties
impl RefUnwindSafe for pw_properties
impl !Send for pw_properties
impl !Sync for pw_properties
impl Unpin for pw_properties
impl UnwindSafe for pw_properties
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