Struct screen_13::prelude::vk::FuchsiaBufferCollectionFn
source · pub struct FuchsiaBufferCollectionFn {
pub create_buffer_collection_fuchsia: unsafe extern "system" fn(_: Device, _: *const BufferCollectionCreateInfoFUCHSIA, _: *const AllocationCallbacks, _: *mut BufferCollectionFUCHSIA) -> Result,
pub set_buffer_collection_image_constraints_fuchsia: unsafe extern "system" fn(_: Device, _: BufferCollectionFUCHSIA, _: *const ImageConstraintsInfoFUCHSIA) -> Result,
pub set_buffer_collection_buffer_constraints_fuchsia: unsafe extern "system" fn(_: Device, _: BufferCollectionFUCHSIA, _: *const BufferConstraintsInfoFUCHSIA) -> Result,
pub destroy_buffer_collection_fuchsia: unsafe extern "system" fn(_: Device, _: BufferCollectionFUCHSIA, _: *const AllocationCallbacks),
pub get_buffer_collection_properties_fuchsia: unsafe extern "system" fn(_: Device, _: BufferCollectionFUCHSIA, _: *mut BufferCollectionPropertiesFUCHSIA) -> Result,
}Fields§
§create_buffer_collection_fuchsia: unsafe extern "system" fn(_: Device, _: *const BufferCollectionCreateInfoFUCHSIA, _: *const AllocationCallbacks, _: *mut BufferCollectionFUCHSIA) -> Result§set_buffer_collection_image_constraints_fuchsia: unsafe extern "system" fn(_: Device, _: BufferCollectionFUCHSIA, _: *const ImageConstraintsInfoFUCHSIA) -> Result§set_buffer_collection_buffer_constraints_fuchsia: unsafe extern "system" fn(_: Device, _: BufferCollectionFUCHSIA, _: *const BufferConstraintsInfoFUCHSIA) -> Result§destroy_buffer_collection_fuchsia: unsafe extern "system" fn(_: Device, _: BufferCollectionFUCHSIA, _: *const AllocationCallbacks)§get_buffer_collection_properties_fuchsia: unsafe extern "system" fn(_: Device, _: BufferCollectionFUCHSIA, _: *mut BufferCollectionPropertiesFUCHSIA) -> ResultImplementations§
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 more