pub struct Writer<'a, W> { /* private fields */ }
Implementations§
Source§impl<'a, W: Write> Writer<'a, W>
impl<'a, W: Write> Writer<'a, W>
pub fn new( out: W, options: &'a Options, pipeline_options: &'a PipelineOptions, ) -> Self
pub fn write( &mut self, module: &Module, module_info: &ModuleInfo, fragment_entry_point: Option<&FragmentEntryPoint<'_>>, ) -> Result<ReflectionInfo, Error>
Auto Trait Implementations§
impl<'a, W> Freeze for Writer<'a, W>where
W: Freeze,
impl<'a, W> RefUnwindSafe for Writer<'a, W>where
W: RefUnwindSafe,
impl<'a, W> !Send for Writer<'a, W>
impl<'a, W> !Sync for Writer<'a, W>
impl<'a, W> Unpin for Writer<'a, W>where
W: Unpin,
impl<'a, W> UnwindSafe for Writer<'a, 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