Struct windows_sys::Win32::Graphics::Imaging::WICDdsParameters
[−]#[repr(C)]pub struct WICDdsParameters {
pub Width: u32,
pub Height: u32,
pub Depth: u32,
pub MipLevels: u32,
pub ArraySize: u32,
pub DxgiFormat: DXGI_FORMAT,
pub Dimension: WICDdsDimension,
pub AlphaMode: WICDdsAlphaMode,
}Expand description
Required features: "Win32_Graphics_Imaging", "Win32_Graphics_Dxgi_Common"
Fields
Width: u32Height: u32Depth: u32MipLevels: u32ArraySize: u32DxgiFormat: DXGI_FORMATDimension: WICDdsDimensionAlphaMode: WICDdsAlphaModeTrait Implementations
impl Clone for WICDdsParameters
impl Clone for WICDdsParameters
impl Copy for WICDdsParameters
Auto Trait Implementations
impl RefUnwindSafe for WICDdsParameters
impl Send for WICDdsParameters
impl Sync for WICDdsParameters
impl Unpin for WICDdsParameters
impl UnwindSafe for WICDdsParameters
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