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