Struct simdjson_rust::libsimdjson::ffi::U64Result
source · #[repr(C)]pub struct U64Result {
pub value: u64,
pub code: i32,
}
Fields§
§value: u64
§code: i32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for U64Result
impl Send for U64Result
impl Sync for U64Result
impl Unpin for U64Result
impl UnwindSafe for U64Result
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