Struct 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
impl Copy 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