Struct libspa_sys::spa_pod_parser
source · #[repr(C)]pub struct spa_pod_parser {
pub data: *const c_void,
pub size: u32,
pub _padding: u32,
pub state: spa_pod_parser_state,
}
Fields§
§data: *const c_void
§size: u32
§_padding: u32
§state: spa_pod_parser_state
Trait Implementations§
source§impl Clone for spa_pod_parser
impl Clone for spa_pod_parser
source§fn clone(&self) -> spa_pod_parser
fn clone(&self) -> spa_pod_parser
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 spa_pod_parser
impl Debug for spa_pod_parser
source§impl PartialEq for spa_pod_parser
impl PartialEq for spa_pod_parser
source§fn eq(&self, other: &spa_pod_parser) -> bool
fn eq(&self, other: &spa_pod_parser) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_pod_parser
impl Eq for spa_pod_parser
impl StructuralPartialEq for spa_pod_parser
Auto Trait Implementations§
impl RefUnwindSafe for spa_pod_parser
impl !Send for spa_pod_parser
impl !Sync for spa_pod_parser
impl Unpin for spa_pod_parser
impl UnwindSafe for spa_pod_parser
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