Lines Matching defs:StorageImage
47 pub struct StorageImage<A = Arc<StdMemoryPool>> struct
70 impl StorageImage { argument
78 ) -> Result<Arc<StorageImage>, ImageCreationError> in new()
113 ) -> Result<Arc<StorageImage>, ImageCreationError> in with_usage()
173 impl<A> StorageImage<A> implementation
184 unsafe impl<A> ImageAccess for StorageImage<A> implementation
273 unsafe impl<A> ImageClearValue<ClearValue> for StorageImage<A> implementation
283 unsafe impl<P, A> ImageContent<P> for StorageImage<A> implementation
293 impl<A> PartialEq for StorageImage<A> implementation
303 impl<A> Eq for StorageImage<A> where A: MemoryPool {} implementation
305 impl<A> Hash for StorageImage<A> implementation