#[repr(C)]pub struct DSTORAGE_DESTINATION_TILES {
pub Resource: ManuallyDrop<Option<ID3D12Resource>>,
pub TiledRegionStartCoordinate: D3D12_TILED_RESOURCE_COORDINATE,
pub TileRegionSize: D3D12_TILE_REGION_SIZE,
}Fields§
§Resource: ManuallyDrop<Option<ID3D12Resource>>§TiledRegionStartCoordinate: D3D12_TILED_RESOURCE_COORDINATE§TileRegionSize: D3D12_TILE_REGION_SIZETrait Implementations§
Source§impl Clone for DSTORAGE_DESTINATION_TILES
impl Clone for DSTORAGE_DESTINATION_TILES
Source§fn clone(&self) -> DSTORAGE_DESTINATION_TILES
fn clone(&self) -> DSTORAGE_DESTINATION_TILES
Returns a duplicate 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 Debug for DSTORAGE_DESTINATION_TILES
impl Debug for DSTORAGE_DESTINATION_TILES
Source§impl Default for DSTORAGE_DESTINATION_TILES
impl Default for DSTORAGE_DESTINATION_TILES
Source§fn default() -> DSTORAGE_DESTINATION_TILES
fn default() -> DSTORAGE_DESTINATION_TILES
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DSTORAGE_DESTINATION_TILES
Auto Trait Implementations§
impl Freeze for DSTORAGE_DESTINATION_TILES
impl RefUnwindSafe for DSTORAGE_DESTINATION_TILES
impl Send for DSTORAGE_DESTINATION_TILES
impl Sync for DSTORAGE_DESTINATION_TILES
impl Unpin for DSTORAGE_DESTINATION_TILES
impl UnwindSafe for DSTORAGE_DESTINATION_TILES
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