#[repr(C)]pub struct Module {
pub ModuleObject: *mut ModuleObject,
pub State: u32,
pub NroPtr: *mut u8,
pub BssPtr: *mut u8,
pub _x20: *mut u8,
pub SourceBuffer: *mut u8,
pub Name: [u8; 256],
pub _x130: u8,
pub _x131: u8,
pub isLoaded: bool,
}Fields§
§ModuleObject: *mut ModuleObject§State: u32§NroPtr: *mut u8§BssPtr: *mut u8§_x20: *mut u8§SourceBuffer: *mut u8§Name: [u8; 256]§_x130: u8§_x131: u8§isLoaded: boolAuto Trait Implementations§
impl Freeze for Module
impl RefUnwindSafe for Module
impl !Send for Module
impl !Sync for Module
impl Unpin for Module
impl UnsafeUnpin for Module
impl UnwindSafe for 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