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: u32
Height: u32
Depth: u32
MipLevels: u32
ArraySize: u32
DxgiFormat: DXGI_FORMAT
Dimension: WICDdsDimension
AlphaMode: WICDdsAlphaMode
Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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