pub type ice_t = ice_s;Aliased Type§
#[repr(C)]pub struct ice_t {
pub cands: [[icand_s; 2]; 50],
pub cand_idx: [i32; 2],
pub chosen: [i32; 2],
pub is_chosen: [i32; 2],
pub ufrag: *mut i8,
pub pwd: *mut i8,
pub options: *mut i8,
}Fields§
§cands: [[icand_s; 2]; 50]§cand_idx: [i32; 2]§chosen: [i32; 2]§is_chosen: [i32; 2]§ufrag: *mut i8§pwd: *mut i8§options: *mut i8