pub type UserParameter = uparam;Aliased Type§
#[repr(C)]pub struct UserParameter {
pub name: *const i8,
pub valueType: i8,
pub valueCount: i8,
pub value: *const c_void,
pub nbytes: i32,
}Fields§
§name: *const i8§valueType: i8§valueCount: i8§value: *const c_void§nbytes: i32