Struct screen_13::prelude::vk::SubresourceLayout2EXT
source · pub struct SubresourceLayout2EXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub subresource_layout: SubresourceLayout,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§subresource_layout: SubresourceLayoutImplementations§
source§impl SubresourceLayout2EXT
impl SubresourceLayout2EXT
pub fn builder<'a>() -> SubresourceLayout2EXTBuilder<'a>
Trait Implementations§
source§impl Clone for SubresourceLayout2EXT
impl Clone for SubresourceLayout2EXT
source§fn clone(&self) -> SubresourceLayout2EXT
fn clone(&self) -> SubresourceLayout2EXT
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 SubresourceLayout2EXT
impl Debug for SubresourceLayout2EXT
source§impl Default for SubresourceLayout2EXT
impl Default for SubresourceLayout2EXT
source§fn default() -> SubresourceLayout2EXT
fn default() -> SubresourceLayout2EXT
Returns the “default value” for a type. Read more