pub struct ValveDescriptorSetHostMappingFn {
pub get_descriptor_set_layout_host_mapping_info_valve: unsafe extern "system" fn(Device, *const DescriptorSetBindingReferenceVALVE, *mut DescriptorSetLayoutHostMappingInfoVALVE),
pub get_descriptor_set_host_mapping_valve: unsafe extern "system" fn(Device, DescriptorSet, *mut *mut c_void),
}Fields
get_descriptor_set_layout_host_mapping_info_valve: unsafe extern "system" fn(Device, *const DescriptorSetBindingReferenceVALVE, *mut DescriptorSetLayoutHostMappingInfoVALVE)get_descriptor_set_host_mapping_valve: unsafe extern "system" fn(Device, DescriptorSet, *mut *mut c_void)Implementations
Trait Implementations
sourceimpl Clone for ValveDescriptorSetHostMappingFn
impl Clone for ValveDescriptorSetHostMappingFn
sourcefn clone(&self) -> ValveDescriptorSetHostMappingFn
fn clone(&self) -> ValveDescriptorSetHostMappingFn
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Send for ValveDescriptorSetHostMappingFn
impl Sync for ValveDescriptorSetHostMappingFn
Auto Trait Implementations
impl RefUnwindSafe for ValveDescriptorSetHostMappingFn
impl Unpin for ValveDescriptorSetHostMappingFn
impl UnwindSafe for ValveDescriptorSetHostMappingFn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more