pub struct DotNetWriter<W> { /* private fields */ }Implementations§
Source§impl<W> DotNetWriter<W>
impl<W> DotNetWriter<W>
Source§impl<W: Write + Seek> DotNetWriter<W>
impl<W: Write + Seek> DotNetWriter<W>
pub fn write(self, clr: &ClrProgram) -> GaiaDiagnostics<W>
Sourcepub fn write_to_path(clr: &ClrProgram, path: &Path) -> Result<Url, GaiaError>
pub fn write_to_path(clr: &ClrProgram, path: &Path) -> Result<Url, GaiaError>
写入 CLR 程序到指定路径
Trait Implementations§
Auto Trait Implementations§
impl<W> Freeze for DotNetWriter<W>where
W: Freeze,
impl<W> RefUnwindSafe for DotNetWriter<W>where
W: RefUnwindSafe,
impl<W> Send for DotNetWriter<W>where
W: Send,
impl<W> Sync for DotNetWriter<W>where
W: Sync,
impl<W> Unpin for DotNetWriter<W>where
W: Unpin,
impl<W> UnwindSafe for DotNetWriter<W>where
W: UnwindSafe,
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