Struct pipewire_sys::pw_protocol_marshal
source · #[repr(C)]pub struct pw_protocol_marshal {
pub type_: *const c_char,
pub version: u32,
pub flags: u32,
pub n_client_methods: u32,
pub n_server_methods: u32,
pub client_marshal: *const c_void,
pub server_demarshal: *const c_void,
pub server_marshal: *const c_void,
pub client_demarshal: *const c_void,
}
Fields§
§type_: *const c_char
< interface type
version: u32
< version
flags: u32
< version
n_client_methods: u32
< number of client methods
n_server_methods: u32
< number of server methods
client_marshal: *const c_void
§server_demarshal: *const c_void
§server_marshal: *const c_void
§client_demarshal: *const c_void
Trait Implementations§
source§impl Clone for pw_protocol_marshal
impl Clone for pw_protocol_marshal
source§fn clone(&self) -> pw_protocol_marshal
fn clone(&self) -> pw_protocol_marshal
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_marshal
impl Debug for pw_protocol_marshal
impl Copy for pw_protocol_marshal
Auto Trait Implementations§
impl RefUnwindSafe for pw_protocol_marshal
impl !Send for pw_protocol_marshal
impl !Sync for pw_protocol_marshal
impl Unpin for pw_protocol_marshal
impl UnwindSafe for pw_protocol_marshal
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