#[repr(C)]pub struct WICDdsFormatInfo {
pub DxgiFormat: DXGI_FORMAT,
pub BytesPerBlock: UINT,
pub BlockWidth: UINT,
pub BlockHeight: UINT,
}
Fields§
§DxgiFormat: DXGI_FORMAT
§BytesPerBlock: UINT
§BlockWidth: UINT
§BlockHeight: UINT
Trait Implementations§
Source§impl Clone for WICDdsFormatInfo
impl Clone for WICDdsFormatInfo
Source§fn clone(&self) -> WICDdsFormatInfo
fn clone(&self) -> WICDdsFormatInfo
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 WICDdsFormatInfo
impl Default for WICDdsFormatInfo
Source§fn default() -> WICDdsFormatInfo
fn default() -> WICDdsFormatInfo
Returns the “default value” for a type. Read more
impl Copy for WICDdsFormatInfo
Auto Trait Implementations§
impl Freeze for WICDdsFormatInfo
impl RefUnwindSafe for WICDdsFormatInfo
impl Send for WICDdsFormatInfo
impl Sync for WICDdsFormatInfo
impl Unpin for WICDdsFormatInfo
impl UnwindSafe for WICDdsFormatInfo
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