Struct windows_sys::Win32::Graphics::Direct3D11::D3D11_PACKED_MIP_DESC
[−]#[repr(C)]pub struct D3D11_PACKED_MIP_DESC {
pub NumStandardMips: u8,
pub NumPackedMips: u8,
pub NumTilesForPackedMips: u32,
pub StartTileIndexInOverallResource: u32,
}
Expand description
Required features: "Win32_Graphics_Direct3D11"
Fields
NumStandardMips: u8
NumPackedMips: u8
NumTilesForPackedMips: u32
StartTileIndexInOverallResource: u32
Trait Implementations
impl Clone for D3D11_PACKED_MIP_DESC
impl Clone for D3D11_PACKED_MIP_DESC
impl Copy for D3D11_PACKED_MIP_DESC
Auto Trait Implementations
impl RefUnwindSafe for D3D11_PACKED_MIP_DESC
impl Send for D3D11_PACKED_MIP_DESC
impl Sync for D3D11_PACKED_MIP_DESC
impl Unpin for D3D11_PACKED_MIP_DESC
impl UnwindSafe for D3D11_PACKED_MIP_DESC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more