pub struct VideoThumbnail {
pub path: PathBuf,
pub width: u32,
pub height: u32,
pub mime_type: Option<String>,
}Fields§
§path: PathBuf§width: u32§height: u32§mime_type: Option<String>Trait Implementations§
Source§impl Clone for VideoThumbnail
impl Clone for VideoThumbnail
Source§fn clone(&self) -> VideoThumbnail
fn clone(&self) -> VideoThumbnail
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for VideoThumbnail
impl RefUnwindSafe for VideoThumbnail
impl Send for VideoThumbnail
impl Sync for VideoThumbnail
impl Unpin for VideoThumbnail
impl UnsafeUnpin for VideoThumbnail
impl UnwindSafe for VideoThumbnail
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