pub struct LoadedImageSource {
pub image_bytes_decoded: ImageData,
pub image_descriptor: ImageDescriptor,
}
Fields§
§image_bytes_decoded: ImageData
§image_descriptor: ImageDescriptor
Trait Implementations§
Source§impl Clone for LoadedImageSource
impl Clone for LoadedImageSource
Source§fn clone(&self) -> LoadedImageSource
fn clone(&self) -> LoadedImageSource
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LoadedImageSource
impl Debug for LoadedImageSource
Source§impl Hash for LoadedImageSource
impl Hash for LoadedImageSource
Source§impl PartialEq for LoadedImageSource
impl PartialEq for LoadedImageSource
impl Eq for LoadedImageSource
impl StructuralPartialEq for LoadedImageSource
Auto Trait Implementations§
impl Freeze for LoadedImageSource
impl RefUnwindSafe for LoadedImageSource
impl Send for LoadedImageSource
impl Sync for LoadedImageSource
impl Unpin for LoadedImageSource
impl UnwindSafe for LoadedImageSource
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)