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