Enum comfy::ImageSizeResult
source · pub enum ImageSizeResult {
ImageNotFound,
LoadingInProgress,
Loaded(UVec2),
}Variants§
Trait Implementations§
source§impl Clone for ImageSizeResult
impl Clone for ImageSizeResult
source§fn clone(&self) -> ImageSizeResult
fn clone(&self) -> ImageSizeResult
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 ImageSizeResult
impl Debug for ImageSizeResult
impl Copy for ImageSizeResult
Auto Trait Implementations§
impl RefUnwindSafe for ImageSizeResult
impl Send for ImageSizeResult
impl Sync for ImageSizeResult
impl Unpin for ImageSizeResult
impl UnwindSafe for ImageSizeResult
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