#[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 duplicate 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
impl Copy for spa_pod_parser
impl Eq for spa_pod_parser
impl StructuralPartialEq for spa_pod_parser
Auto Trait Implementations§
impl Freeze for spa_pod_parser
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