Struct ash::fuchsia::buffer_collection::DeviceFn   
source · pub struct DeviceFn {
    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,
}Expand description
Raw VK_FUCHSIA_buffer_collection device-level function pointers
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_vkGetBufferCollectionPropertiesFUCHSIAImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceFn
impl RefUnwindSafe for DeviceFn
impl Unpin for DeviceFn
impl UnwindSafe for DeviceFn
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)