Struct screen_13::prelude::vk::TilePropertiesQCOM
source · 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: Offset2DImplementations§
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§fn default() -> TilePropertiesQCOM
fn default() -> TilePropertiesQCOM
Returns the “default value” for a type. Read more