#[repr(C)]pub struct D3D12_PLACED_SUBRESOURCE_FOOTPRINT {
pub Offset: u64,
pub Footprint: D3D12_SUBRESOURCE_FOOTPRINT,
}
Expand description
Required features: "Win32_Graphics_Direct3D12"
, "Win32_Graphics_Dxgi_Common"
Fields
Offset: u64
Footprint: D3D12_SUBRESOURCE_FOOTPRINT
Trait Implementations
impl Clone for D3D12_PLACED_SUBRESOURCE_FOOTPRINT
impl Clone for D3D12_PLACED_SUBRESOURCE_FOOTPRINT
impl Copy for D3D12_PLACED_SUBRESOURCE_FOOTPRINT
Auto Trait Implementations
impl RefUnwindSafe for D3D12_PLACED_SUBRESOURCE_FOOTPRINT
impl Send for D3D12_PLACED_SUBRESOURCE_FOOTPRINT
impl Sync for D3D12_PLACED_SUBRESOURCE_FOOTPRINT
impl Unpin for D3D12_PLACED_SUBRESOURCE_FOOTPRINT
impl UnwindSafe for D3D12_PLACED_SUBRESOURCE_FOOTPRINT
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