#[repr(C)]pub struct kvlist {
pub avl: avl_tree,
pub get_len: Option<unsafe extern "C" fn(kv: *mut kvlist, data: *const c_void) -> c_int>,
}Fields§
§avl: avl_tree§get_len: Option<unsafe extern "C" fn(kv: *mut kvlist, data: *const c_void) -> c_int>Trait Implementations§
impl Copy for kvlist
Auto Trait Implementations§
impl Freeze for kvlist
impl RefUnwindSafe for kvlist
impl !Send for kvlist
impl !Sync for kvlist
impl Unpin for kvlist
impl UnsafeUnpin for kvlist
impl UnwindSafe for kvlist
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