Struct pipewire_sys::pw_client_node_buffer
source · #[repr(C)]pub struct pw_client_node_buffer {
pub mem_id: u32,
pub offset: u32,
pub size: u32,
pub buffer: *mut spa_buffer,
}
Expand description
information about a buffer
Fields§
§mem_id: u32
< the memory id for the metadata
offset: u32
< offset in memory
size: u32
< size in memory
buffer: *mut spa_buffer
< buffer describing metadata and buffer memory
Trait Implementations§
source§impl Clone for pw_client_node_buffer
impl Clone for pw_client_node_buffer
source§fn clone(&self) -> pw_client_node_buffer
fn clone(&self) -> pw_client_node_buffer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for pw_client_node_buffer
impl Debug for pw_client_node_buffer
impl Copy for pw_client_node_buffer
Auto Trait Implementations§
impl RefUnwindSafe for pw_client_node_buffer
impl !Send for pw_client_node_buffer
impl !Sync for pw_client_node_buffer
impl Unpin for pw_client_node_buffer
impl UnwindSafe for pw_client_node_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