Struct dacite::core::BufferViewCreateInfo [] [src]

pub struct BufferViewCreateInfo {
    pub flags: BufferViewCreateFlags,
    pub buffer: Buffer,
    pub format: Format,
    pub offset: u64,
    pub range: OptionalDeviceSize,
    pub chain: Option<BufferViewCreateInfoChain>,
}

Fields

Trait Implementations

impl Debug for BufferViewCreateInfo
[src]

Formats the value using the given formatter.

impl Clone for BufferViewCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BufferViewCreateInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.