Struct windows::Win32::Graphics::GdiPlus::ImageCodecInfo
#[repr(C)]pub struct ImageCodecInfo {Show 13 fields
pub Clsid: GUID,
pub FormatID: GUID,
pub CodecName: PCWSTR,
pub DllName: PCWSTR,
pub FormatDescription: PCWSTR,
pub FilenameExtension: PCWSTR,
pub MimeType: PCWSTR,
pub Flags: u32,
pub Version: u32,
pub SigCount: u32,
pub SigSize: u32,
pub SigPattern: *const u8,
pub SigMask: *const u8,
}
Fields§
§Clsid: GUID
§FormatID: GUID
§CodecName: PCWSTR
§DllName: PCWSTR
§FormatDescription: PCWSTR
§FilenameExtension: PCWSTR
§MimeType: PCWSTR
§Flags: u32
§Version: u32
§SigCount: u32
§SigSize: u32
§SigPattern: *const u8
§SigMask: *const u8
Trait Implementations§
§impl Clone for ImageCodecInfo
impl Clone for ImageCodecInfo
§fn clone(&self) -> ImageCodecInfo
fn clone(&self) -> ImageCodecInfo
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 more§impl Debug for ImageCodecInfo
impl Debug for ImageCodecInfo
§impl Default for ImageCodecInfo
impl Default for ImageCodecInfo
§impl PartialEq for ImageCodecInfo
impl PartialEq for ImageCodecInfo
§fn eq(&self, other: &ImageCodecInfo) -> bool
fn eq(&self, other: &ImageCodecInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ImageCodecInfo
impl Eq for ImageCodecInfo
impl StructuralPartialEq for ImageCodecInfo
Auto Trait Implementations§
impl Freeze for ImageCodecInfo
impl RefUnwindSafe for ImageCodecInfo
impl !Send for ImageCodecInfo
impl !Sync for ImageCodecInfo
impl Unpin for ImageCodecInfo
impl UnwindSafe for ImageCodecInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)