#[repr(C)]pub struct Struct_module {
pub name: *mut c_char,
pub file: *mut c_char,
pub imports: *mut Struct_module_import,
pub no_imports: c_int,
pub modid: c_int,
pub next: *mut Struct_module,
}
Fields§
§name: *mut c_char
§file: *mut c_char
§imports: *mut Struct_module_import
§no_imports: c_int
§modid: c_int
§next: *mut Struct_module
Trait Implementations§
Source§impl Clone for Struct_module
impl Clone for Struct_module
Source§impl Default for Struct_module
impl Default for Struct_module
impl Copy for Struct_module
Auto Trait Implementations§
impl Freeze for Struct_module
impl RefUnwindSafe for Struct_module
impl !Send for Struct_module
impl !Sync for Struct_module
impl Unpin for Struct_module
impl UnwindSafe for Struct_module
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