#[repr(C)]pub struct D3D12_SUBRESOURCE_FOOTPRINT {
pub Format: u32,
pub Width: u32,
pub Height: u32,
pub Depth: u32,
pub RowPitch: u32,
}
Fields§
§Format: u32
§Width: u32
§Height: u32
§Depth: u32
§RowPitch: u32
Trait Implementations§
source§impl Clone for D3D12_SUBRESOURCE_FOOTPRINT
impl Clone for D3D12_SUBRESOURCE_FOOTPRINT
source§fn clone(&self) -> D3D12_SUBRESOURCE_FOOTPRINT
fn clone(&self) -> D3D12_SUBRESOURCE_FOOTPRINT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for D3D12_SUBRESOURCE_FOOTPRINT
impl Default for D3D12_SUBRESOURCE_FOOTPRINT
source§fn default() -> D3D12_SUBRESOURCE_FOOTPRINT
fn default() -> D3D12_SUBRESOURCE_FOOTPRINT
Returns the “default value” for a type. Read more
impl Copy for D3D12_SUBRESOURCE_FOOTPRINT
Auto Trait Implementations§
impl RefUnwindSafe for D3D12_SUBRESOURCE_FOOTPRINT
impl Send for D3D12_SUBRESOURCE_FOOTPRINT
impl Sync for D3D12_SUBRESOURCE_FOOTPRINT
impl Unpin for D3D12_SUBRESOURCE_FOOTPRINT
impl UnwindSafe for D3D12_SUBRESOURCE_FOOTPRINT
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