#[repr(C)]pub struct solClient_field {
pub type_: solClient_fieldType_t,
pub length: solClient_uint32_t,
pub value: solClient_field__bindgen_ty_1,
}Fields§
§type_: solClient_fieldType_t§length: solClient_uint32_t§value: solClient_field__bindgen_ty_1Trait Implementations§
Source§impl Clone for solClient_field
impl Clone for solClient_field
Source§fn clone(&self) -> solClient_field
fn clone(&self) -> solClient_field
Returns a duplicate 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 Default for solClient_field
impl Default for solClient_field
impl Copy for solClient_field
Auto Trait Implementations§
impl Freeze for solClient_field
impl RefUnwindSafe for solClient_field
impl !Send for solClient_field
impl !Sync for solClient_field
impl Unpin for solClient_field
impl UnwindSafe for solClient_field
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