Struct simdjson_sys::SJ_int_result
source · #[repr(C)]pub struct SJ_int_result {
pub error: c_int,
pub value: c_int,
}Fields§
§error: c_int§value: c_intTrait Implementations§
source§impl Clone for SJ_int_result
impl Clone for SJ_int_result
source§fn clone(&self) -> SJ_int_result
fn clone(&self) -> SJ_int_result
Returns a copy 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 SJ_int_result
impl Debug for SJ_int_result
impl Copy for SJ_int_result
Auto Trait Implementations§
impl RefUnwindSafe for SJ_int_result
impl Send for SJ_int_result
impl Sync for SJ_int_result
impl Unpin for SJ_int_result
impl UnwindSafe for SJ_int_result
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