Struct ash::vk::BindImagePlaneMemoryInfo
source · #[repr(C)]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: ImageAspectFlags
Implementations§
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 more