#[repr(C)]pub struct spa_strbuf {
    pub buffer: *mut c_char,
    pub maxsize: usize,
    pub pos: usize,
}Fields§
§buffer: *mut c_char§maxsize: usize§pos: usizeTrait Implementations§
Source§impl Clone for spa_strbuf
 
impl Clone for spa_strbuf
Source§fn clone(&self) -> spa_strbuf
 
fn clone(&self) -> spa_strbuf
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_strbuf
 
impl Debug for spa_strbuf
Source§impl PartialEq for spa_strbuf
 
impl PartialEq for spa_strbuf
impl Copy for spa_strbuf
impl Eq for spa_strbuf
impl StructuralPartialEq for spa_strbuf
Auto Trait Implementations§
impl Freeze for spa_strbuf
impl RefUnwindSafe for spa_strbuf
impl !Send for spa_strbuf
impl !Sync for spa_strbuf
impl Unpin for spa_strbuf
impl UnwindSafe for spa_strbuf
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