Struct pipewire_sys::pw_array 
source · #[repr(C)]pub struct pw_array {
    pub data: *mut c_void,
    pub size: usize,
    pub alloc: usize,
    pub extend: usize,
}Expand description
\addtogroup pw_array {
Fields§
§data: *mut c_void< pointer to array data
size: usize< length of array in bytes
alloc: usize< number of allocated memory in \a data
extend: usize< number of bytes to extend with
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for pw_array
impl !Send for pw_array
impl !Sync for pw_array
impl Unpin for pw_array
impl UnwindSafe for pw_array
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