#[repr(C)]pub struct pj_t {
pub sb: RStrBuf,
pub is_first: bool,
pub is_key: bool,
pub braces: [c_char; 128],
pub level: c_int,
pub str_encoding: PJEncodingStr,
pub num_encoding: PJEncodingNum,
}
Fields§
§sb: RStrBuf
§is_first: bool
§is_key: bool
§braces: [c_char; 128]
§level: c_int
§str_encoding: PJEncodingStr
§num_encoding: PJEncodingNum
Trait Implementations§
Auto Trait Implementations§
impl Freeze for pj_t
impl RefUnwindSafe for pj_t
impl !Send for pj_t
impl !Sync for pj_t
impl Unpin for pj_t
impl UnwindSafe for pj_t
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