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