Struct ash::vk::BindImageMemoryInfo [−][src]
#[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
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for BindImageMemoryInfo
impl !Send for BindImageMemoryInfo
impl !Sync for BindImageMemoryInfo
impl Unpin for BindImageMemoryInfo
impl UnwindSafe for BindImageMemoryInfo
Blanket Implementations
Mutably borrows from an owned value. Read more