Struct ash::vk::FuchsiaBufferCollectionFn
source · pub struct FuchsiaBufferCollectionFn {
pub create_buffer_collection_fuchsia: PFN_vkCreateBufferCollectionFUCHSIA,
pub set_buffer_collection_image_constraints_fuchsia: PFN_vkSetBufferCollectionImageConstraintsFUCHSIA,
pub set_buffer_collection_buffer_constraints_fuchsia: PFN_vkSetBufferCollectionBufferConstraintsFUCHSIA,
pub destroy_buffer_collection_fuchsia: PFN_vkDestroyBufferCollectionFUCHSIA,
pub get_buffer_collection_properties_fuchsia: PFN_vkGetBufferCollectionPropertiesFUCHSIA,
}
Fields§
§create_buffer_collection_fuchsia: PFN_vkCreateBufferCollectionFUCHSIA
§set_buffer_collection_image_constraints_fuchsia: PFN_vkSetBufferCollectionImageConstraintsFUCHSIA
§set_buffer_collection_buffer_constraints_fuchsia: PFN_vkSetBufferCollectionBufferConstraintsFUCHSIA
§destroy_buffer_collection_fuchsia: PFN_vkDestroyBufferCollectionFUCHSIA
§get_buffer_collection_properties_fuchsia: PFN_vkGetBufferCollectionPropertiesFUCHSIA
Implementations§
Trait Implementations§
source§impl Clone for FuchsiaBufferCollectionFn
impl Clone for FuchsiaBufferCollectionFn
source§fn clone(&self) -> FuchsiaBufferCollectionFn
fn clone(&self) -> FuchsiaBufferCollectionFn
Returns a copy 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 moreimpl Send for FuchsiaBufferCollectionFn
impl Sync for FuchsiaBufferCollectionFn
Auto Trait Implementations§
impl RefUnwindSafe for FuchsiaBufferCollectionFn
impl Unpin for FuchsiaBufferCollectionFn
impl UnwindSafe for FuchsiaBufferCollectionFn
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