#[repr(C)]pub struct Struct_index_list {
pub next: *mut Struct_index_list,
pub ilabel: *mut c_char,
pub isimplied: c_char,
}Fields§
§next: *mut Struct_index_list§ilabel: *mut c_char§isimplied: c_charTrait Implementations§
Source§impl Clone for Struct_index_list
impl Clone for Struct_index_list
Source§impl Default for Struct_index_list
impl Default for Struct_index_list
impl Copy for Struct_index_list
Auto Trait Implementations§
impl Freeze for Struct_index_list
impl RefUnwindSafe for Struct_index_list
impl !Send for Struct_index_list
impl !Sync for Struct_index_list
impl Unpin for Struct_index_list
impl UnwindSafe for Struct_index_list
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