Struct vulkanalia_sys::BindBufferMemoryInfo
source · [−]#[repr(C)]pub struct BindBufferMemoryInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub buffer: Buffer,
pub memory: DeviceMemory,
pub memory_offset: DeviceSize,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidbuffer: Buffermemory: 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 BindBufferMemoryInfo
impl !Send for BindBufferMemoryInfo
impl !Sync for BindBufferMemoryInfo
impl Unpin for BindBufferMemoryInfo
impl UnwindSafe for BindBufferMemoryInfo
Blanket Implementations
Mutably borrows from an owned value. Read more