pub struct IWICMetadataQueryWriter(/* private fields */);Implementations§
Source§impl IWICMetadataQueryWriter
impl IWICMetadataQueryWriter
pub unsafe fn GetContainerFormat(&self) -> Result<Guid>
pub unsafe fn GetLocation<'a, Param1: IntoParam<'a, PWSTR>>( &self, cchmaxlength: u32, wznamespace: Param1, pcchactuallength: *mut u32, ) -> Result<()>
pub unsafe fn GetMetadataByName<'a, Param0: IntoParam<'a, PWSTR>>( &self, wzname: Param0, pvarvalue: *mut PROPVARIANT, ) -> Result<()>
pub unsafe fn GetEnumerator(&self) -> Result<IEnumString>
pub unsafe fn SetMetadataByName<'a, Param0: IntoParam<'a, PWSTR>>( &self, wzname: Param0, pvarvalue: *const PROPVARIANT, ) -> Result<()>
pub unsafe fn RemoveMetadataByName<'a, Param0: IntoParam<'a, PWSTR>>( &self, wzname: Param0, ) -> Result<()>
Trait Implementations§
Source§impl Clone for IWICMetadataQueryWriter
impl Clone for IWICMetadataQueryWriter
Source§fn clone(&self) -> IWICMetadataQueryWriter
fn clone(&self) -> IWICMetadataQueryWriter
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 IWICMetadataQueryWriter
impl Debug for IWICMetadataQueryWriter
Source§impl From<&IWICMetadataQueryWriter> for IUnknown
impl From<&IWICMetadataQueryWriter> for IUnknown
Source§fn from(value: &IWICMetadataQueryWriter) -> Self
fn from(value: &IWICMetadataQueryWriter) -> Self
Converts to this type from the input type.
Source§impl From<&IWICMetadataQueryWriter> for IWICMetadataQueryReader
impl From<&IWICMetadataQueryWriter> for IWICMetadataQueryReader
Source§fn from(value: &IWICMetadataQueryWriter) -> Self
fn from(value: &IWICMetadataQueryWriter) -> Self
Converts to this type from the input type.
Source§impl From<IWICMetadataQueryWriter> for IUnknown
impl From<IWICMetadataQueryWriter> for IUnknown
Source§fn from(value: IWICMetadataQueryWriter) -> Self
fn from(value: IWICMetadataQueryWriter) -> Self
Converts to this type from the input type.
Source§impl From<IWICMetadataQueryWriter> for IWICMetadataQueryReader
impl From<IWICMetadataQueryWriter> for IWICMetadataQueryReader
Source§fn from(value: IWICMetadataQueryWriter) -> Self
fn from(value: IWICMetadataQueryWriter) -> Self
Converts to this type from the input type.
Source§impl Interface for IWICMetadataQueryWriter
impl Interface for IWICMetadataQueryWriter
Source§impl PartialEq for IWICMetadataQueryWriter
impl PartialEq for IWICMetadataQueryWriter
impl Eq for IWICMetadataQueryWriter
impl StructuralPartialEq for IWICMetadataQueryWriter
Auto Trait Implementations§
impl Freeze for IWICMetadataQueryWriter
impl RefUnwindSafe for IWICMetadataQueryWriter
impl !Send for IWICMetadataQueryWriter
impl !Sync for IWICMetadataQueryWriter
impl Unpin for IWICMetadataQueryWriter
impl UnwindSafe for IWICMetadataQueryWriter
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