#[repr(C)]pub struct IWICFastMetadataEncoder {
pub lpVtbl: *const IWICFastMetadataEncoderVtbl,
}
Fields§
§lpVtbl: *const IWICFastMetadataEncoderVtbl
Implementations§
Source§impl IWICFastMetadataEncoder
impl IWICFastMetadataEncoder
pub unsafe fn Commit(&self) -> HRESULT
pub unsafe fn GetMetadataQueryWriter( &self, ppIMetadataQueryWriter: *mut *mut IWICMetadataQueryWriter, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IWICFastMetadataEncoder
impl Deref for IWICFastMetadataEncoder
Auto Trait Implementations§
impl Freeze for IWICFastMetadataEncoder
impl RefUnwindSafe for IWICFastMetadataEncoder
impl !Send for IWICFastMetadataEncoder
impl !Sync for IWICFastMetadataEncoder
impl Unpin for IWICFastMetadataEncoder
impl UnwindSafe for IWICFastMetadataEncoder
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