pub struct ImageSlide { /* private fields */ }
Expand description
ImageSlide contains an image_path
property that represents the location of the image on disk.
Auto Trait Implementations§
impl Freeze for ImageSlide
impl RefUnwindSafe for ImageSlide
impl Send for ImageSlide
impl Sync for ImageSlide
impl Unpin for ImageSlide
impl UnwindSafe for ImageSlide
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