Struct inkview_sys::c_api::ihash_item_s [−][src]
#[repr(C)]pub struct ihash_item_s { pub name: *mut u8, pub value: *mut c_void, pub next: *mut ihash_item_s, }
Fields
name: *mut u8value: *mut c_voidnext: *mut ihash_item_sTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ihash_item_simpl !Send for ihash_item_simpl !Sync for ihash_item_simpl Unpin for ihash_item_simpl UnwindSafe for ihash_item_sBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V