Struct vulkanalia_sys::BindImageMemoryInfo
source · [−]#[repr(C)]pub struct BindImageMemoryInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub image: Image,
pub memory: DeviceMemory,
pub memory_offset: DeviceSize,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidimage: Imagememory: DeviceMemorymemory_offset: DeviceSizeTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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