pub type BindImagePlaneMemoryInfoKHR = BindImagePlaneMemoryInfo;
Aliased Type§
struct BindImagePlaneMemoryInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub plane_aspect: ImageAspectFlags,
}
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