pub struct ShaderSourceParser {
included: HashSet<String>,
}Fields§
§included: HashSet<String>Implementations§
Auto Trait Implementations§
impl Freeze for ShaderSourceParser
impl RefUnwindSafe for ShaderSourceParser
impl Send for ShaderSourceParser
impl Sync for ShaderSourceParser
impl Unpin for ShaderSourceParser
impl UnsafeUnpin for ShaderSourceParser
impl UnwindSafe for ShaderSourceParser
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