#[repr(C)]pub struct fz_json {
pub type_: c_int,
pub u: fz_json__bindgen_ty_1,
}
Fields§
§type_: c_int
§u: fz_json__bindgen_ty_1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fz_json
impl RefUnwindSafe for fz_json
impl !Send for fz_json
impl !Sync for fz_json
impl Unpin for fz_json
impl UnwindSafe for fz_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