Struct unity_native_plugin_sys::VkBindImageMemoryInfo [−][src]
#[repr(C)]pub struct VkBindImageMemoryInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub image: VkImage,
pub memory: VkDeviceMemory,
pub memoryOffset: VkDeviceSize,
}Fields
sType: VkStructureTypepNext: *const c_voidimage: VkImagememory: VkDeviceMemorymemoryOffset: VkDeviceSizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VkBindImageMemoryInfo
impl !Send for VkBindImageMemoryInfo
impl !Sync for VkBindImageMemoryInfo
impl Unpin for VkBindImageMemoryInfo
impl UnwindSafe for VkBindImageMemoryInfo
Blanket Implementations
Mutably borrows from an owned value. Read more