Enum gdb_command::ModuleInfo [−][src]
Expand description
‘ModuleInfo’ enum represents the name of the module or contains information about the module.
Variants
Name(String)
Module name
Tuple Fields of Name
0: String
File(File)
Module file
Tuple Fields of File
0: File
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ModuleInfo
impl Send for ModuleInfo
impl Sync for ModuleInfo
impl Unpin for ModuleInfo
impl UnwindSafe for ModuleInfo
Blanket Implementations
Mutably borrows from an owned value. Read more