#[repr(C)]pub struct WICDdsParameters {
pub Width: UINT,
pub Height: UINT,
pub Depth: UINT,
pub MipLevels: UINT,
pub ArraySize: UINT,
pub DxgiFormat: DXGI_FORMAT,
pub Dimension: WICDdsDimension,
pub AlphaMode: WICDdsAlphaMode,
}
Fields§
§Width: UINT
§Height: UINT
§Depth: UINT
§MipLevels: UINT
§ArraySize: UINT
§DxgiFormat: DXGI_FORMAT
§Dimension: WICDdsDimension
§AlphaMode: WICDdsAlphaMode
Trait Implementations§
Source§impl Clone for WICDdsParameters
impl Clone for WICDdsParameters
Source§fn clone(&self) -> WICDdsParameters
fn clone(&self) -> WICDdsParameters
Returns a duplicate 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 moreSource§impl Default for WICDdsParameters
impl Default for WICDdsParameters
Source§fn default() -> WICDdsParameters
fn default() -> WICDdsParameters
Returns the “default value” for a type. Read more
impl Copy 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