#[repr(C)]pub struct BufferCollectionCreateInfoFUCHSIA {
pub s_type: StructureType,
pub p_next: *const c_void,
pub collection_token: u32,
}Expand description
VkBufferCollectionCreateInfoFUCHSIA
Provided by VK_FUCHSIA_buffer_collection.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_BUFFER_COLLECTION_CREATE_INFO_FUCHSIA.
p_next: *const c_voidOptional, may be null.
collection_token: u32Implementations§
Source§impl BufferCollectionCreateInfoFUCHSIA
impl BufferCollectionCreateInfoFUCHSIA
Sourcepub fn builder<'a>() -> BufferCollectionCreateInfoFUCHSIABuilder<'a>
pub fn builder<'a>() -> BufferCollectionCreateInfoFUCHSIABuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for BufferCollectionCreateInfoFUCHSIA
impl Clone for BufferCollectionCreateInfoFUCHSIA
Source§fn clone(&self) -> BufferCollectionCreateInfoFUCHSIA
fn clone(&self) -> BufferCollectionCreateInfoFUCHSIA
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 BufferCollectionCreateInfoFUCHSIA
impl Default for BufferCollectionCreateInfoFUCHSIA
Source§fn default() -> BufferCollectionCreateInfoFUCHSIA
fn default() -> BufferCollectionCreateInfoFUCHSIA
Returns the “default value” for a type. Read more
impl Copy for BufferCollectionCreateInfoFUCHSIA
Auto Trait Implementations§
impl Freeze for BufferCollectionCreateInfoFUCHSIA
impl RefUnwindSafe for BufferCollectionCreateInfoFUCHSIA
impl !Send for BufferCollectionCreateInfoFUCHSIA
impl !Sync for BufferCollectionCreateInfoFUCHSIA
impl Unpin for BufferCollectionCreateInfoFUCHSIA
impl UnsafeUnpin for BufferCollectionCreateInfoFUCHSIA
impl UnwindSafe for BufferCollectionCreateInfoFUCHSIA
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