pub struct PLYImageView { /* private fields */ }Expand description
An object that displays a single image or a sequence of animated images in your interface.
Implementations§
Source§impl PLYImageView
impl PLYImageView
Sourcepub fn new() -> PLYImageView
pub fn new() -> PLYImageView
Initializes a newly allocated image view.
Sourcepub fn set_tint_color(&mut self, color: &UIColor)
pub fn set_tint_color(&mut self, color: &UIColor)
Tints the image displayed in the image view with the given color.
Trait Implementations§
Source§impl Drop for PLYImageView
impl Drop for PLYImageView
Source§impl Raw for PLYImageView
impl Raw for PLYImageView
Auto Trait Implementations§
impl Freeze for PLYImageView
impl RefUnwindSafe for PLYImageView
impl !Send for PLYImageView
impl !Sync for PLYImageView
impl Unpin for PLYImageView
impl UnsafeUnpin for PLYImageView
impl UnwindSafe for PLYImageView
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