pub struct GpuCacheInfo<'a> {
directory: Option<&'a str>,
environment: Vec<(&'a str, &'a str)>,
}Fields§
§directory: Option<&'a str>§environment: Vec<(&'a str, &'a str)>Auto Trait Implementations§
impl<'a> Freeze for GpuCacheInfo<'a>
impl<'a> RefUnwindSafe for GpuCacheInfo<'a>
impl<'a> Send for GpuCacheInfo<'a>
impl<'a> Sync for GpuCacheInfo<'a>
impl<'a> Unpin for GpuCacheInfo<'a>
impl<'a> UnwindSafe for GpuCacheInfo<'a>
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