Struct windows_sys::Win32::Graphics::Direct3D12::D3D12_TILE_REGION_SIZE
[−]#[repr(C)]pub struct D3D12_TILE_REGION_SIZE {
pub NumTiles: u32,
pub UseBox: BOOL,
pub Width: u32,
pub Height: u16,
pub Depth: u16,
}
Expand description
Required features: "Win32_Graphics_Direct3D12"
, "Win32_Foundation"
Fields
NumTiles: u32
UseBox: BOOL
Width: u32
Height: u16
Depth: u16
Trait Implementations
impl Clone for D3D12_TILE_REGION_SIZE
impl Clone for D3D12_TILE_REGION_SIZE
impl Copy for D3D12_TILE_REGION_SIZE
Auto Trait Implementations
impl RefUnwindSafe for D3D12_TILE_REGION_SIZE
impl Send for D3D12_TILE_REGION_SIZE
impl Sync for D3D12_TILE_REGION_SIZE
impl Unpin for D3D12_TILE_REGION_SIZE
impl UnwindSafe for D3D12_TILE_REGION_SIZE
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