#[repr(C)]pub struct s_KeyValue {
pub id: Id,
pub str_: *const c_char,
pub num: c_uint,
pub num2: c_uint,
pub entry: c_int,
pub eof: c_int,
pub parent: *mut s_KeyValue,
}Fields§
§id: Id§str_: *const c_char§num: c_uint§num2: c_uint§entry: c_int§eof: c_int§parent: *mut s_KeyValueTrait Implementations§
Source§impl Clone for s_KeyValue
impl Clone for s_KeyValue
Source§fn clone(&self) -> s_KeyValue
fn clone(&self) -> s_KeyValue
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 Debug for s_KeyValue
impl Debug for s_KeyValue
impl Copy for s_KeyValue
Auto Trait Implementations§
impl Freeze for s_KeyValue
impl RefUnwindSafe for s_KeyValue
impl !Send for s_KeyValue
impl !Sync for s_KeyValue
impl Unpin for s_KeyValue
impl UnwindSafe for s_KeyValue
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