#[repr(C)]pub struct BufferCollectionImageCreateInfoFUCHSIA {
pub s_type: StructureType,
pub p_next: *const c_void,
pub collection: BufferCollectionFUCHSIA,
pub index: u32,
}Expand description
VkBufferCollectionImageCreateInfoFUCHSIA
Provided by VK_FUCHSIA_buffer_collection.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_BUFFER_COLLECTION_IMAGE_CREATE_INFO_FUCHSIA.
p_next: *const c_voidOptional, may be null.
collection: BufferCollectionFUCHSIA§index: u32Implementations§
Source§impl BufferCollectionImageCreateInfoFUCHSIA
impl BufferCollectionImageCreateInfoFUCHSIA
Sourcepub fn builder<'a>() -> BufferCollectionImageCreateInfoFUCHSIABuilder<'a>
pub fn builder<'a>() -> BufferCollectionImageCreateInfoFUCHSIABuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for BufferCollectionImageCreateInfoFUCHSIA
impl Clone for BufferCollectionImageCreateInfoFUCHSIA
Source§fn clone(&self) -> BufferCollectionImageCreateInfoFUCHSIA
fn clone(&self) -> BufferCollectionImageCreateInfoFUCHSIA
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for BufferCollectionImageCreateInfoFUCHSIA
impl Default for BufferCollectionImageCreateInfoFUCHSIA
Source§fn default() -> BufferCollectionImageCreateInfoFUCHSIA
fn default() -> BufferCollectionImageCreateInfoFUCHSIA
Returns the “default value” for a type. Read more
impl Copy for BufferCollectionImageCreateInfoFUCHSIA
impl ExtendsImageCreateInfo for BufferCollectionImageCreateInfoFUCHSIA
Auto Trait Implementations§
impl Freeze for BufferCollectionImageCreateInfoFUCHSIA
impl RefUnwindSafe for BufferCollectionImageCreateInfoFUCHSIA
impl !Send for BufferCollectionImageCreateInfoFUCHSIA
impl !Sync for BufferCollectionImageCreateInfoFUCHSIA
impl Unpin for BufferCollectionImageCreateInfoFUCHSIA
impl UnsafeUnpin for BufferCollectionImageCreateInfoFUCHSIA
impl UnwindSafe for BufferCollectionImageCreateInfoFUCHSIA
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more