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