pub struct MsilReadConfig {
pub include_debug_info: bool,
}Expand description
MSIL 读取配置
Fields§
§include_debug_info: bool是否包含调试信息
Trait Implementations§
Source§impl Clone for MsilReadConfig
impl Clone for MsilReadConfig
Source§fn clone(&self) -> MsilReadConfig
fn clone(&self) -> MsilReadConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MsilReadConfig
impl Debug for MsilReadConfig
Source§impl Default for MsilReadConfig
impl Default for MsilReadConfig
Source§fn default() -> MsilReadConfig
fn default() -> MsilReadConfig
Returns the “default value” for a type. Read more
impl Copy for MsilReadConfig
Auto Trait Implementations§
impl Freeze for MsilReadConfig
impl RefUnwindSafe for MsilReadConfig
impl Send for MsilReadConfig
impl Sync for MsilReadConfig
impl Unpin for MsilReadConfig
impl UnwindSafe for MsilReadConfig
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