#[repr(C)]pub struct spa_pod_string {
    pub pod: spa_pod,
}Fields§
§pod: spa_podTrait Implementations§
Source§impl Clone for spa_pod_string
 
impl Clone for spa_pod_string
Source§fn clone(&self) -> spa_pod_string
 
fn clone(&self) -> spa_pod_string
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_string
 
impl Debug for spa_pod_string
Source§impl PartialEq for spa_pod_string
 
impl PartialEq for spa_pod_string
impl Copy for spa_pod_string
impl Eq for spa_pod_string
impl StructuralPartialEq for spa_pod_string
Auto Trait Implementations§
impl Freeze for spa_pod_string
impl RefUnwindSafe for spa_pod_string
impl Send for spa_pod_string
impl Sync for spa_pod_string
impl Unpin for spa_pod_string
impl UnwindSafe for spa_pod_string
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