Struct ash::vk::BindBufferMemoryInfo [−][src]
#[repr(C)]pub struct BindBufferMemoryInfo { pub s_type: StructureType, pub p_next: *const c_void, pub buffer: Buffer, pub memory: DeviceMemory, pub memory_offset: DeviceSize, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
buffer: Buffer
memory: DeviceMemory
memory_offset: DeviceSize
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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