pub struct ModuleDef {
pub generation: u16,
pub name: String,
pub mvid: Uuid,
pub enc_id: Uuid,
pub enc_base_id: Uuid,
}
Fields§
§generation: u16
§name: String
§mvid: Uuid
§enc_id: Uuid
§enc_base_id: Uuid
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModuleDef
impl RefUnwindSafe for ModuleDef
impl Send for ModuleDef
impl Sync for ModuleDef
impl Unpin for ModuleDef
impl UnwindSafe for ModuleDef
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