#[repr(C)]pub struct ice_s {
pub cands: [[icand_t; 2]; 50],
pub cand_idx: [c_int; 2],
pub chosen: [c_int; 2],
pub is_chosen: [c_int; 2],
pub ufrag: *mut c_char,
pub pwd: *mut c_char,
pub options: *mut c_char,
}Fields§
§cands: [[icand_t; 2]; 50]§cand_idx: [c_int; 2]§chosen: [c_int; 2]§is_chosen: [c_int; 2]§ufrag: *mut c_char§pwd: *mut c_char§options: *mut c_charTrait Implementations§
impl Copy for ice_s
Auto Trait Implementations§
impl Freeze for ice_s
impl RefUnwindSafe for ice_s
impl !Send for ice_s
impl !Sync for ice_s
impl Unpin for ice_s
impl UnsafeUnpin for ice_s
impl UnwindSafe for ice_s
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