pub struct DdsFormatInfo {
pub dxgi: Option<DxgiFormat>,
pub d3d: Option<D3DFormat>,
pub fourcc: Option<FourCC>,
}
Expand description
Format information for all DDS variants.
Fields§
§dxgi: Option<DxgiFormat>
§d3d: Option<D3DFormat>
§fourcc: Option<FourCC>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DdsFormatInfo
impl RefUnwindSafe for DdsFormatInfo
impl Send for DdsFormatInfo
impl Sync for DdsFormatInfo
impl Unpin for DdsFormatInfo
impl UnwindSafe for DdsFormatInfo
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