Struct vulkanalia_sys::BufferViewCreateInfo
source · [−]#[repr(C)]pub struct BufferViewCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: BufferViewCreateFlags,
pub buffer: Buffer,
pub format: Format,
pub offset: DeviceSize,
pub range: DeviceSize,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: BufferViewCreateFlagsbuffer: Bufferformat: Formatoffset: DeviceSizerange: 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 BufferViewCreateInfo
impl !Send for BufferViewCreateInfo
impl !Sync for BufferViewCreateInfo
impl Unpin for BufferViewCreateInfo
impl UnwindSafe for BufferViewCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more