Searched defs:MemoryImageSource (Results 1 – 9 of 9) sorted by relevance
61 pub struct MemoryImageSource { struct65 impl MemoryImageSource { argument67 pub fn from_file(_file: &Arc<File>) -> Option<MemoryImageSource> { in from_file()71 pub fn from_data(data: &[u8]) -> Result<Option<MemoryImageSource>> { in from_data()104 impl Drop for MemoryImageSource { implementation
128 image_source: &MemoryImageSource, in map_image_at()
92 pub enum MemoryImageSource { enum99 impl MemoryImageSource { impl101 pub fn from_file(file: &Arc<File>) -> Option<MemoryImageSource> { in from_file()106 pub fn from_data(_data: &[u8]) -> io::Result<Option<MemoryImageSource>> { in from_data()111 pub fn from_data(data: &[u8]) -> crate::Result<Option<MemoryImageSource>> { in from_data()183 impl PartialEq for MemoryImageSource { implementation
217 image_source: &MemoryImageSource, in map_image_at()
53 pub enum MemoryImageSource {} enum55 impl MemoryImageSource { impl56 pub fn from_file(_file: &Arc<File>) -> Option<MemoryImageSource> { in from_file()60 pub fn from_data(_data: &[u8]) -> io::Result<Option<MemoryImageSource>> { in from_data()
124 image_source: &MemoryImageSource, in map_image_at()
60 pub enum MemoryImageSource {} enum62 impl MemoryImageSource { implementation63 pub fn from_file(_file: &Arc<File>) -> Option<MemoryImageSource> { in from_file()67 pub fn from_data(_data: &[u8]) -> io::Result<Option<MemoryImageSource>> { in from_data()
265 image_source: &MemoryImageSource, in map_image_at()
448 image_source: &MemoryImageSource, in map_image_at()