Struct windows::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,
}
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
§fn clone(&self) -> WICDdsParameters
fn clone(&self) -> WICDdsParameters
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 WICDdsParameters
impl Debug for WICDdsParameters
§impl Default for WICDdsParameters
impl Default for WICDdsParameters
§impl PartialEq for WICDdsParameters
impl PartialEq for WICDdsParameters
§fn eq(&self, other: &WICDdsParameters) -> bool
fn eq(&self, other: &WICDdsParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WICDdsParameters
impl Eq for WICDdsParameters
impl StructuralPartialEq for WICDdsParameters
Auto Trait Implementations§
impl Freeze for WICDdsParameters
impl RefUnwindSafe for WICDdsParameters
impl Send for WICDdsParameters
impl Sync for WICDdsParameters
impl Unpin for WICDdsParameters
impl UnwindSafe for WICDdsParameters
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
)