Struct screen_13::prelude::vk::BindImageMemoryInfo
source · pub struct BindImageMemoryInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image: Image,
pub memory: DeviceMemory,
pub memory_offset: u64,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§image: Image§memory: DeviceMemory§memory_offset: u64Implementations§
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 moresource§impl Debug for BindImageMemoryInfo
impl Debug for BindImageMemoryInfo
source§impl Default for BindImageMemoryInfo
impl Default for BindImageMemoryInfo
source§fn default() -> BindImageMemoryInfo
fn default() -> BindImageMemoryInfo
Returns the “default value” for a type. Read more