Struct libspa_sys::spa_json
source · #[repr(C)]pub struct spa_json {
pub cur: *const c_char,
pub end: *const c_char,
pub parent: *mut spa_json,
pub state: u32,
pub depth: u32,
}
Expand description
\addtogroup spa_json {
Fields§
§cur: *const c_char
§end: *const c_char
§parent: *mut spa_json
§state: u32
§depth: u32
Trait Implementations§
source§impl PartialEq for spa_json
impl PartialEq for spa_json
impl Copy for spa_json
impl Eq for spa_json
impl StructuralPartialEq for spa_json
Auto Trait Implementations§
impl RefUnwindSafe for spa_json
impl !Send for spa_json
impl !Sync for spa_json
impl Unpin for spa_json
impl UnwindSafe for spa_json
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