Struct ash::vk::definitions::TilePropertiesQCOM
source · #[repr(C)]pub struct TilePropertiesQCOM<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub tile_size: Extent3D,
pub apron_size: Extent2D,
pub origin: Offset2D,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§tile_size: Extent3D
§apron_size: Extent2D
§origin: Offset2D
§_marker: PhantomData<&'a ()>
Implementations§
Trait Implementations§
source§impl<'a> Clone for TilePropertiesQCOM<'a>
impl<'a> Clone for TilePropertiesQCOM<'a>
source§fn clone(&self) -> TilePropertiesQCOM<'a>
fn clone(&self) -> TilePropertiesQCOM<'a>
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<'a> Debug for TilePropertiesQCOM<'a>
impl<'a> Debug for TilePropertiesQCOM<'a>
source§impl Default for TilePropertiesQCOM<'_>
impl Default for TilePropertiesQCOM<'_>
source§impl<'a> TaggedStructure for TilePropertiesQCOM<'a>
impl<'a> TaggedStructure for TilePropertiesQCOM<'a>
const STRUCTURE_TYPE: StructureType = StructureType::TILE_PROPERTIES_QCOM
impl<'a> Copy for TilePropertiesQCOM<'a>
impl Send for TilePropertiesQCOM<'_>
impl Sync for TilePropertiesQCOM<'_>
Auto Trait Implementations§
impl<'a> Freeze for TilePropertiesQCOM<'a>
impl<'a> RefUnwindSafe for TilePropertiesQCOM<'a>
impl<'a> Unpin for TilePropertiesQCOM<'a>
impl<'a> UnwindSafe for TilePropertiesQCOM<'a>
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