pub struct UpdateImageResult {
pub key_to_update: ImageKey,
pub new_descriptor: ImageDescriptor,
pub new_image_data: ImageData,
}Fields§
§key_to_update: ImageKey§new_descriptor: ImageDescriptor§new_image_data: ImageDataTrait Implementations§
Source§impl Clone for UpdateImageResult
impl Clone for UpdateImageResult
Source§fn clone(&self) -> UpdateImageResult
fn clone(&self) -> UpdateImageResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for UpdateImageResult
impl RefUnwindSafe for UpdateImageResult
impl Send for UpdateImageResult
impl Sync for UpdateImageResult
impl Unpin for UpdateImageResult
impl UnsafeUnpin for UpdateImageResult
impl UnwindSafe for UpdateImageResult
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