Struct windows::Win32::Graphics::Imaging::WICDdsFormatInfo
#[repr(C)]pub struct WICDdsFormatInfo {
pub DxgiFormat: DXGI_FORMAT,
pub BytesPerBlock: u32,
pub BlockWidth: u32,
pub BlockHeight: u32,
}
Fields§
§DxgiFormat: DXGI_FORMAT
§BytesPerBlock: u32
§BlockWidth: u32
§BlockHeight: u32
Trait Implementations§
§impl Clone for WICDdsFormatInfo
impl Clone for WICDdsFormatInfo
§fn clone(&self) -> WICDdsFormatInfo
fn clone(&self) -> WICDdsFormatInfo
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 WICDdsFormatInfo
impl Debug for WICDdsFormatInfo
§impl Default for WICDdsFormatInfo
impl Default for WICDdsFormatInfo
§impl PartialEq for WICDdsFormatInfo
impl PartialEq for WICDdsFormatInfo
§fn eq(&self, other: &WICDdsFormatInfo) -> bool
fn eq(&self, other: &WICDdsFormatInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WICDdsFormatInfo
impl Eq for WICDdsFormatInfo
impl StructuralPartialEq for WICDdsFormatInfo
Auto Trait Implementations§
impl Freeze for WICDdsFormatInfo
impl RefUnwindSafe for WICDdsFormatInfo
impl Send for WICDdsFormatInfo
impl Sync for WICDdsFormatInfo
impl Unpin for WICDdsFormatInfo
impl UnwindSafe for WICDdsFormatInfo
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
)