Struct naga_oil::compose::preprocess::PreprocessOutput
source · pub struct PreprocessOutput {
pub preprocessed_source: String,
pub imports: Vec<ImportDefWithOffset>,
}
Fields§
§preprocessed_source: String
§imports: Vec<ImportDefWithOffset>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PreprocessOutput
impl Send for PreprocessOutput
impl Sync for PreprocessOutput
impl Unpin for PreprocessOutput
impl UnwindSafe for PreprocessOutput
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