#[repr(C)]pub struct pw_protocol_native_demarshal {
pub func: Option<unsafe extern "C" fn(object: *mut c_void, msg: *const pw_protocol_native_message) -> c_int>,
pub permissions: u32,
pub flags: u32,
}
Fields§
§func: Option<unsafe extern "C" fn(object: *mut c_void, msg: *const pw_protocol_native_message) -> c_int>
§permissions: u32
§flags: u32
Trait Implementations§
source§impl Clone for pw_protocol_native_demarshal
impl Clone for pw_protocol_native_demarshal
source§fn clone(&self) -> pw_protocol_native_demarshal
fn clone(&self) -> pw_protocol_native_demarshal
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_demarshal
impl Debug for pw_protocol_native_demarshal
impl Copy for pw_protocol_native_demarshal
Auto Trait Implementations§
impl RefUnwindSafe for pw_protocol_native_demarshal
impl Send for pw_protocol_native_demarshal
impl Sync for pw_protocol_native_demarshal
impl Unpin for pw_protocol_native_demarshal
impl UnwindSafe for pw_protocol_native_demarshal
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