#[repr(C)]pub struct IThumbnailExtractor {
pub lpVtbl: *mut IThumbnailExtractorVtbl,
}
Fields§
§lpVtbl: *mut IThumbnailExtractorVtbl
Trait Implementations§
Source§impl Clone for IThumbnailExtractor
impl Clone for IThumbnailExtractor
Source§fn clone(&self) -> IThumbnailExtractor
fn clone(&self) -> IThumbnailExtractor
Returns a copy 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 moreSource§impl Debug for IThumbnailExtractor
impl Debug for IThumbnailExtractor
Source§impl Ord for IThumbnailExtractor
impl Ord for IThumbnailExtractor
Source§fn cmp(&self, other: &IThumbnailExtractor) -> Ordering
fn cmp(&self, other: &IThumbnailExtractor) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IThumbnailExtractor
impl PartialEq for IThumbnailExtractor
Source§impl PartialOrd for IThumbnailExtractor
impl PartialOrd for IThumbnailExtractor
impl Copy for IThumbnailExtractor
impl Eq for IThumbnailExtractor
impl StructuralPartialEq for IThumbnailExtractor
Auto Trait Implementations§
impl Freeze for IThumbnailExtractor
impl RefUnwindSafe for IThumbnailExtractor
impl !Send for IThumbnailExtractor
impl !Sync for IThumbnailExtractor
impl Unpin for IThumbnailExtractor
impl UnwindSafe for IThumbnailExtractor
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