Struct ash::vk::BindImageMemoryInfo
source · #[repr(C)]pub struct BindImageMemoryInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image: Image,
pub memory: DeviceMemory,
pub memory_offset: DeviceSize,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§image: Image
§memory: DeviceMemory
§memory_offset: DeviceSize
Implementations§
source§impl BindImageMemoryInfo
impl BindImageMemoryInfo
pub fn builder<'a>() -> BindImageMemoryInfoBuilder<'a>
Trait Implementations§
source§impl Clone for BindImageMemoryInfo
impl Clone for BindImageMemoryInfo
source§fn clone(&self) -> BindImageMemoryInfo
fn clone(&self) -> BindImageMemoryInfo
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