#[repr(C)]pub struct ht_pp_kv {
pub key: *mut c_void,
pub value: *mut c_void,
pub key_len: c_uint,
pub value_len: c_uint,
}Fields§
§key: *mut c_void§value: *mut c_void§key_len: c_uint§value_len: c_uintTrait Implementations§
Auto Trait Implementations§
impl !Send for ht_pp_kv
impl !Sync for ht_pp_kv
impl Freeze for ht_pp_kv
impl RefUnwindSafe for ht_pp_kv
impl Unpin for ht_pp_kv
impl UnsafeUnpin for ht_pp_kv
impl UnwindSafe for ht_pp_kv
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