pub struct GLSLExtCache { /* private fields */ }Expand description
Analysis cache for GLSLExt.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GLSLExtCache
impl RefUnwindSafe for GLSLExtCache
impl Send for GLSLExtCache
impl Sync for GLSLExtCache
impl Unpin for GLSLExtCache
impl UnsafeUnpin for GLSLExtCache
impl UnwindSafe for GLSLExtCache
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