Struct pipewire_sys::pw_buffer
source · #[repr(C)]pub struct pw_buffer {
pub buffer: *mut spa_buffer,
pub user_data: *mut c_void,
pub size: u64,
}
Fields§
§buffer: *mut spa_buffer
< the spa buffer
user_data: *mut c_void
< user data attached to the buffer
size: u64
< This field is set by the user and the sum of all queued buffer is returned in the time info
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for pw_buffer
impl !Send for pw_buffer
impl !Sync for pw_buffer
impl Unpin for pw_buffer
impl UnwindSafe for pw_buffer
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