mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-31 13:14:21 +01:00
Renaming structure files
This commit is contained in:
8
shared/src/structs/module.rs
Normal file
8
shared/src/structs/module.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
// Enumerate Modules
|
||||
#[repr(C)]
|
||||
#[derive(Debug)]
|
||||
pub struct ModuleInfo {
|
||||
pub address: usize,
|
||||
pub name: [u16; 256],
|
||||
pub index: u8,
|
||||
}
|
||||
Reference in New Issue
Block a user