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