Struct vulkanalia_sys::DescriptorBufferInfo
source · [−]#[repr(C)]pub struct DescriptorBufferInfo {
pub buffer: Buffer,
pub offset: DeviceSize,
pub range: DeviceSize,
}Expand description
Fields
buffer: Bufferoffset: DeviceSizerange: DeviceSizeTrait Implementations
Returns the “default value” for a type. Read more
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 DescriptorBufferInfo
impl Send for DescriptorBufferInfo
impl Sync for DescriptorBufferInfo
impl Unpin for DescriptorBufferInfo
impl UnwindSafe for DescriptorBufferInfo
Blanket Implementations
Mutably borrows from an owned value. Read more