pub struct ClrModule {
pub name: String,
pub mvid: Option<Vec<u8>>,
}Expand description
模块信息
Fields§
§name: String模块名称
mvid: Option<Vec<u8>>模块版本 ID
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClrModule
impl RefUnwindSafe for ClrModule
impl Send for ClrModule
impl Sync for ClrModule
impl Unpin for ClrModule
impl UnwindSafe for ClrModule
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