Struct ash::vk::types::BufferViewCreateInfo [] [src]

#[repr(C)]
pub struct BufferViewCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: BufferViewCreateFlags, pub buffer: Buffer, pub format: Format, pub offset: DeviceSize, pub range: DeviceSize, }

Fields

Trait Implementations

impl Debug for BufferViewCreateInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for BufferViewCreateInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more