Struct pipewire_sys::pw_map
source · #[repr(C)]pub struct pw_map {
pub items: pw_array,
pub free_list: u32,
}
Expand description
A map. This struct should be treated as opaque by the caller.
Fields§
§items: pw_array
§free_list: u32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for pw_map
impl !Send for pw_map
impl !Sync for pw_map
impl Unpin for pw_map
impl UnwindSafe for pw_map
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