pub struct MsilWriterConfig {
pub generate_debug_info: bool,
pub url: Option<Url>,
}Expand description
MSIL 写入器配置
Fields§
§generate_debug_info: bool是否生成调试信息
url: Option<Url>目标 URL
Trait Implementations§
Source§impl Clone for MsilWriterConfig
impl Clone for MsilWriterConfig
Source§fn clone(&self) -> MsilWriterConfig
fn clone(&self) -> MsilWriterConfig
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 moreAuto Trait Implementations§
impl Freeze for MsilWriterConfig
impl RefUnwindSafe for MsilWriterConfig
impl Send for MsilWriterConfig
impl Sync for MsilWriterConfig
impl Unpin for MsilWriterConfig
impl UnwindSafe for MsilWriterConfig
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