Struct pipewire_sys::pw_protocol_native_message
source · #[repr(C)]pub struct pw_protocol_native_message {
pub id: u32,
pub opcode: u32,
pub data: *mut c_void,
pub size: u32,
pub n_fds: u32,
pub fds: *mut c_int,
pub seq: c_int,
}
Fields§
§id: u32
§opcode: u32
§data: *mut c_void
§size: u32
§n_fds: u32
§fds: *mut c_int
§seq: c_int
Trait Implementations§
source§impl Clone for pw_protocol_native_message
impl Clone for pw_protocol_native_message
source§fn clone(&self) -> pw_protocol_native_message
fn clone(&self) -> pw_protocol_native_message
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_protocol_native_message
impl Debug for pw_protocol_native_message
impl Copy for pw_protocol_native_message
Auto Trait Implementations§
impl RefUnwindSafe for pw_protocol_native_message
impl !Send for pw_protocol_native_message
impl !Sync for pw_protocol_native_message
impl Unpin for pw_protocol_native_message
impl UnwindSafe for pw_protocol_native_message
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