Struct windows_sys::Win32::Graphics::Imaging::WICDdsFormatInfo
[−]#[repr(C)]pub struct WICDdsFormatInfo {
pub DxgiFormat: DXGI_FORMAT,
pub BytesPerBlock: u32,
pub BlockWidth: u32,
pub BlockHeight: u32,
}
Expand description
Required features: "Win32_Graphics_Imaging"
, "Win32_Graphics_Dxgi_Common"
Fields
DxgiFormat: DXGI_FORMAT
BytesPerBlock: u32
BlockWidth: u32
BlockHeight: u32
Trait Implementations
impl Clone for WICDdsFormatInfo
impl Clone for WICDdsFormatInfo
impl Copy for WICDdsFormatInfo
Auto Trait Implementations
impl RefUnwindSafe for WICDdsFormatInfo
impl Send for WICDdsFormatInfo
impl Sync for WICDdsFormatInfo
impl Unpin for WICDdsFormatInfo
impl UnwindSafe for WICDdsFormatInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more