#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IThumbnailExtractor
Auto Trait Implementations§
impl !Send for IThumbnailExtractor
impl !Sync for IThumbnailExtractor
impl Freeze for IThumbnailExtractor
impl RefUnwindSafe for IThumbnailExtractor
impl Unpin for IThumbnailExtractor
impl UnsafeUnpin 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