#[repr(C)]pub struct JsonCheckerRaw {
pub valid: c_int,
pub state: c_int,
pub depth: c_int,
pub top: c_int,
pub stack: *mut c_void,
}Fields§
§valid: c_int§state: c_int§depth: c_int§top: c_int§stack: *mut c_voidAuto Trait Implementations§
impl Freeze for JsonCheckerRaw
impl RefUnwindSafe for JsonCheckerRaw
impl !Send for JsonCheckerRaw
impl !Sync for JsonCheckerRaw
impl Unpin for JsonCheckerRaw
impl UnwindSafe for JsonCheckerRaw
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