#[repr(C)]pub struct IThumbnailExtractor {
pub lpVtbl: *mut IThumbnailExtractorVtbl,
}Fields§
§lpVtbl: *mut IThumbnailExtractorVtblTrait Implementations§
Source§impl Clone for IThumbnailExtractor
impl Clone for IThumbnailExtractor
Source§fn clone(&self) -> IThumbnailExtractor
fn clone(&self) -> IThumbnailExtractor
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 moreSource§impl Debug for IThumbnailExtractor
impl Debug for IThumbnailExtractor
impl Copy 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