pub struct ModuleHandle {
pub name: String,
pub id: u32,
pub len: u32,
pub iomap_len: u16,
/* private fields */
}Expand description
Handle identifying an open module iomap
Fields§
§name: StringName of the opened module
id: u32ID of the opened module
len: u32Length of the opened module?
iomap_len: u16Length of the iomap
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModuleHandle
impl RefUnwindSafe for ModuleHandle
impl Send for ModuleHandle
impl Sync for ModuleHandle
impl Unpin for ModuleHandle
impl UnwindSafe for ModuleHandle
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