pub struct UIImage { /* private fields */ }Expand description
An object that manes image data in your app.
Implementations§
Trait Implementations§
Source§impl Raw for UIImage
impl Raw for UIImage
impl Send for UIImage
impl Sync for UIImage
Auto Trait Implementations§
impl Freeze for UIImage
impl RefUnwindSafe for UIImage
impl Unpin for UIImage
impl UnsafeUnpin for UIImage
impl UnwindSafe for UIImage
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