pub struct VulkanVersion11 { /* private fields */ }Expand description
struct for VK_VERSION_1_1
Implementations§
Source§impl VulkanVersion11
impl VulkanVersion11
pub fn new( instance: *const VkInstance_T, get_instance_proc_address: impl FnMut(*const VkInstance_T, &'static str) -> *const c_void, ) -> VulkanVersion11
Trait Implementations§
Source§impl Clone for VulkanVersion11
impl Clone for VulkanVersion11
Source§fn clone(&self) -> VulkanVersion11
fn clone(&self) -> VulkanVersion11
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 Debug for VulkanVersion11
impl Debug for VulkanVersion11
Source§impl Default for VulkanVersion11
impl Default for VulkanVersion11
Source§fn default() -> VulkanVersion11
fn default() -> VulkanVersion11
Returns the “default value” for a type. Read more
Source§impl VK_VERSION_1_1 for VulkanVersion11
impl VK_VERSION_1_1 for VulkanVersion11
Source§fn vkBindBufferMemory2(
&self,
device: *const VkDevice_T,
bindInfoCount: u32,
pBindInfos: *const VkBindBufferMemoryInfo,
) -> Result<(), VkError>
fn vkBindBufferMemory2( &self, device: *const VkDevice_T, bindInfoCount: u32, pBindInfos: *const VkBindBufferMemoryInfo, ) -> Result<(), VkError>
Source§fn vkBindImageMemory2(
&self,
device: *const VkDevice_T,
bindInfoCount: u32,
pBindInfos: *const VkBindImageMemoryInfo,
) -> Result<(), VkError>
fn vkBindImageMemory2( &self, device: *const VkDevice_T, bindInfoCount: u32, pBindInfos: *const VkBindImageMemoryInfo, ) -> Result<(), VkError>
Source§fn vkGetDeviceGroupPeerMemoryFeatures(
&self,
device: *const VkDevice_T,
heapIndex: u32,
localDeviceIndex: u32,
remoteDeviceIndex: u32,
pPeerMemoryFeatures: *mut u32,
) -> Result<(), VkError>
fn vkGetDeviceGroupPeerMemoryFeatures( &self, device: *const VkDevice_T, heapIndex: u32, localDeviceIndex: u32, remoteDeviceIndex: u32, pPeerMemoryFeatures: *mut u32, ) -> Result<(), VkError>
Source§fn vkCmdSetDeviceMask(
&self,
commandBuffer: *const VkCommandBuffer_T,
deviceMask: u32,
) -> Result<(), VkError>
fn vkCmdSetDeviceMask( &self, commandBuffer: *const VkCommandBuffer_T, deviceMask: u32, ) -> Result<(), VkError>
Source§fn vkCmdDispatchBase(
&self,
commandBuffer: *const VkCommandBuffer_T,
baseGroupX: u32,
baseGroupY: u32,
baseGroupZ: u32,
groupCountX: u32,
groupCountY: u32,
groupCountZ: u32,
) -> Result<(), VkError>
fn vkCmdDispatchBase( &self, commandBuffer: *const VkCommandBuffer_T, baseGroupX: u32, baseGroupY: u32, baseGroupZ: u32, groupCountX: u32, groupCountY: u32, groupCountZ: u32, ) -> Result<(), VkError>
Source§fn vkEnumeratePhysicalDeviceGroups(
&self,
instance: *const VkInstance_T,
pPhysicalDeviceGroupCount: *mut u32,
pPhysicalDeviceGroupProperties: *mut VkPhysicalDeviceGroupProperties,
) -> Result<(), VkError>
fn vkEnumeratePhysicalDeviceGroups( &self, instance: *const VkInstance_T, pPhysicalDeviceGroupCount: *mut u32, pPhysicalDeviceGroupProperties: *mut VkPhysicalDeviceGroupProperties, ) -> Result<(), VkError>
Source§fn vkGetImageMemoryRequirements2(
&self,
device: *const VkDevice_T,
pInfo: *const VkImageMemoryRequirementsInfo2,
pMemoryRequirements: *mut VkMemoryRequirements2,
) -> Result<(), VkError>
fn vkGetImageMemoryRequirements2( &self, device: *const VkDevice_T, pInfo: *const VkImageMemoryRequirementsInfo2, pMemoryRequirements: *mut VkMemoryRequirements2, ) -> Result<(), VkError>
Source§fn vkGetBufferMemoryRequirements2(
&self,
device: *const VkDevice_T,
pInfo: *const VkBufferMemoryRequirementsInfo2,
pMemoryRequirements: *mut VkMemoryRequirements2,
) -> Result<(), VkError>
fn vkGetBufferMemoryRequirements2( &self, device: *const VkDevice_T, pInfo: *const VkBufferMemoryRequirementsInfo2, pMemoryRequirements: *mut VkMemoryRequirements2, ) -> Result<(), VkError>
Source§fn vkGetImageSparseMemoryRequirements2(
&self,
device: *const VkDevice_T,
pInfo: *const VkImageSparseMemoryRequirementsInfo2,
pSparseMemoryRequirementCount: *mut u32,
pSparseMemoryRequirements: *mut VkSparseImageMemoryRequirements2,
) -> Result<(), VkError>
fn vkGetImageSparseMemoryRequirements2( &self, device: *const VkDevice_T, pInfo: *const VkImageSparseMemoryRequirementsInfo2, pSparseMemoryRequirementCount: *mut u32, pSparseMemoryRequirements: *mut VkSparseImageMemoryRequirements2, ) -> Result<(), VkError>
Source§fn vkGetPhysicalDeviceFeatures2(
&self,
physicalDevice: *const VkPhysicalDevice_T,
pFeatures: *mut VkPhysicalDeviceFeatures2,
) -> Result<(), VkError>
fn vkGetPhysicalDeviceFeatures2( &self, physicalDevice: *const VkPhysicalDevice_T, pFeatures: *mut VkPhysicalDeviceFeatures2, ) -> Result<(), VkError>
Source§fn vkGetPhysicalDeviceProperties2(
&self,
physicalDevice: *const VkPhysicalDevice_T,
pProperties: *mut VkPhysicalDeviceProperties2,
) -> Result<(), VkError>
fn vkGetPhysicalDeviceProperties2( &self, physicalDevice: *const VkPhysicalDevice_T, pProperties: *mut VkPhysicalDeviceProperties2, ) -> Result<(), VkError>
Source§fn vkGetPhysicalDeviceFormatProperties2(
&self,
physicalDevice: *const VkPhysicalDevice_T,
format: VkFormat,
pFormatProperties: *mut VkFormatProperties2,
) -> Result<(), VkError>
fn vkGetPhysicalDeviceFormatProperties2( &self, physicalDevice: *const VkPhysicalDevice_T, format: VkFormat, pFormatProperties: *mut VkFormatProperties2, ) -> Result<(), VkError>
Source§fn vkGetPhysicalDeviceImageFormatProperties2(
&self,
physicalDevice: *const VkPhysicalDevice_T,
pImageFormatInfo: *const VkPhysicalDeviceImageFormatInfo2,
pImageFormatProperties: *mut VkImageFormatProperties2,
) -> Result<(), VkError>
fn vkGetPhysicalDeviceImageFormatProperties2( &self, physicalDevice: *const VkPhysicalDevice_T, pImageFormatInfo: *const VkPhysicalDeviceImageFormatInfo2, pImageFormatProperties: *mut VkImageFormatProperties2, ) -> Result<(), VkError>
Source§fn vkGetPhysicalDeviceQueueFamilyProperties2(
&self,
physicalDevice: *const VkPhysicalDevice_T,
pQueueFamilyPropertyCount: *mut u32,
pQueueFamilyProperties: *mut VkQueueFamilyProperties2,
) -> Result<(), VkError>
fn vkGetPhysicalDeviceQueueFamilyProperties2( &self, physicalDevice: *const VkPhysicalDevice_T, pQueueFamilyPropertyCount: *mut u32, pQueueFamilyProperties: *mut VkQueueFamilyProperties2, ) -> Result<(), VkError>
Source§fn vkGetPhysicalDeviceMemoryProperties2(
&self,
physicalDevice: *const VkPhysicalDevice_T,
pMemoryProperties: *mut VkPhysicalDeviceMemoryProperties2,
) -> Result<(), VkError>
fn vkGetPhysicalDeviceMemoryProperties2( &self, physicalDevice: *const VkPhysicalDevice_T, pMemoryProperties: *mut VkPhysicalDeviceMemoryProperties2, ) -> Result<(), VkError>
Source§fn vkGetPhysicalDeviceSparseImageFormatProperties2(
&self,
physicalDevice: *const VkPhysicalDevice_T,
pFormatInfo: *const VkPhysicalDeviceSparseImageFormatInfo2,
pPropertyCount: *mut u32,
pProperties: *mut VkSparseImageFormatProperties2,
) -> Result<(), VkError>
fn vkGetPhysicalDeviceSparseImageFormatProperties2( &self, physicalDevice: *const VkPhysicalDevice_T, pFormatInfo: *const VkPhysicalDeviceSparseImageFormatInfo2, pPropertyCount: *mut u32, pProperties: *mut VkSparseImageFormatProperties2, ) -> Result<(), VkError>
Source§fn vkTrimCommandPool(
&self,
device: *const VkDevice_T,
commandPool: *const VkCommandPool_T,
flags: u32,
) -> Result<(), VkError>
fn vkTrimCommandPool( &self, device: *const VkDevice_T, commandPool: *const VkCommandPool_T, flags: u32, ) -> Result<(), VkError>
Source§fn vkGetDeviceQueue2(
&self,
device: *const VkDevice_T,
pQueueInfo: *const VkDeviceQueueInfo2,
pQueue: *mut *const VkQueue_T,
) -> Result<(), VkError>
fn vkGetDeviceQueue2( &self, device: *const VkDevice_T, pQueueInfo: *const VkDeviceQueueInfo2, pQueue: *mut *const VkQueue_T, ) -> Result<(), VkError>
Source§fn vkCreateSamplerYcbcrConversion(
&self,
device: *const VkDevice_T,
pCreateInfo: *const VkSamplerYcbcrConversionCreateInfo,
pAllocator: *const VkAllocationCallbacks,
pYcbcrConversion: *mut *const VkSamplerYcbcrConversion_T,
) -> Result<(), VkError>
fn vkCreateSamplerYcbcrConversion( &self, device: *const VkDevice_T, pCreateInfo: *const VkSamplerYcbcrConversionCreateInfo, pAllocator: *const VkAllocationCallbacks, pYcbcrConversion: *mut *const VkSamplerYcbcrConversion_T, ) -> Result<(), VkError>
Source§fn vkDestroySamplerYcbcrConversion(
&self,
device: *const VkDevice_T,
ycbcrConversion: *const VkSamplerYcbcrConversion_T,
pAllocator: *const VkAllocationCallbacks,
) -> Result<(), VkError>
fn vkDestroySamplerYcbcrConversion( &self, device: *const VkDevice_T, ycbcrConversion: *const VkSamplerYcbcrConversion_T, pAllocator: *const VkAllocationCallbacks, ) -> Result<(), VkError>
Source§fn vkCreateDescriptorUpdateTemplate(
&self,
device: *const VkDevice_T,
pCreateInfo: *const VkDescriptorUpdateTemplateCreateInfo,
pAllocator: *const VkAllocationCallbacks,
pDescriptorUpdateTemplate: *mut *const VkDescriptorUpdateTemplate_T,
) -> Result<(), VkError>
fn vkCreateDescriptorUpdateTemplate( &self, device: *const VkDevice_T, pCreateInfo: *const VkDescriptorUpdateTemplateCreateInfo, pAllocator: *const VkAllocationCallbacks, pDescriptorUpdateTemplate: *mut *const VkDescriptorUpdateTemplate_T, ) -> Result<(), VkError>
Source§fn vkDestroyDescriptorUpdateTemplate(
&self,
device: *const VkDevice_T,
descriptorUpdateTemplate: *const VkDescriptorUpdateTemplate_T,
pAllocator: *const VkAllocationCallbacks,
) -> Result<(), VkError>
fn vkDestroyDescriptorUpdateTemplate( &self, device: *const VkDevice_T, descriptorUpdateTemplate: *const VkDescriptorUpdateTemplate_T, pAllocator: *const VkAllocationCallbacks, ) -> Result<(), VkError>
Source§fn vkUpdateDescriptorSetWithTemplate(
&self,
device: *const VkDevice_T,
descriptorSet: *const VkDescriptorSet_T,
descriptorUpdateTemplate: *const VkDescriptorUpdateTemplate_T,
pData: *const c_void,
) -> Result<(), VkError>
fn vkUpdateDescriptorSetWithTemplate( &self, device: *const VkDevice_T, descriptorSet: *const VkDescriptorSet_T, descriptorUpdateTemplate: *const VkDescriptorUpdateTemplate_T, pData: *const c_void, ) -> Result<(), VkError>
Source§fn vkGetPhysicalDeviceExternalBufferProperties(
&self,
physicalDevice: *const VkPhysicalDevice_T,
pExternalBufferInfo: *const VkPhysicalDeviceExternalBufferInfo,
pExternalBufferProperties: *mut VkExternalBufferProperties,
) -> Result<(), VkError>
fn vkGetPhysicalDeviceExternalBufferProperties( &self, physicalDevice: *const VkPhysicalDevice_T, pExternalBufferInfo: *const VkPhysicalDeviceExternalBufferInfo, pExternalBufferProperties: *mut VkExternalBufferProperties, ) -> Result<(), VkError>
Source§fn vkGetPhysicalDeviceExternalFenceProperties(
&self,
physicalDevice: *const VkPhysicalDevice_T,
pExternalFenceInfo: *const VkPhysicalDeviceExternalFenceInfo,
pExternalFenceProperties: *mut VkExternalFenceProperties,
) -> Result<(), VkError>
fn vkGetPhysicalDeviceExternalFenceProperties( &self, physicalDevice: *const VkPhysicalDevice_T, pExternalFenceInfo: *const VkPhysicalDeviceExternalFenceInfo, pExternalFenceProperties: *mut VkExternalFenceProperties, ) -> Result<(), VkError>
Source§fn vkGetPhysicalDeviceExternalSemaphoreProperties(
&self,
physicalDevice: *const VkPhysicalDevice_T,
pExternalSemaphoreInfo: *const VkPhysicalDeviceExternalSemaphoreInfo,
pExternalSemaphoreProperties: *mut VkExternalSemaphoreProperties,
) -> Result<(), VkError>
fn vkGetPhysicalDeviceExternalSemaphoreProperties( &self, physicalDevice: *const VkPhysicalDevice_T, pExternalSemaphoreInfo: *const VkPhysicalDeviceExternalSemaphoreInfo, pExternalSemaphoreProperties: *mut VkExternalSemaphoreProperties, ) -> Result<(), VkError>
Source§fn vkGetDescriptorSetLayoutSupport(
&self,
device: *const VkDevice_T,
pCreateInfo: *const VkDescriptorSetLayoutCreateInfo,
pSupport: *mut VkDescriptorSetLayoutSupport,
) -> Result<(), VkError>
fn vkGetDescriptorSetLayoutSupport( &self, device: *const VkDevice_T, pCreateInfo: *const VkDescriptorSetLayoutCreateInfo, pSupport: *mut VkDescriptorSetLayoutSupport, ) -> Result<(), VkError>
impl Copy for VulkanVersion11
Auto Trait Implementations§
impl Freeze for VulkanVersion11
impl RefUnwindSafe for VulkanVersion11
impl Send for VulkanVersion11
impl Sync for VulkanVersion11
impl Unpin for VulkanVersion11
impl UnwindSafe for VulkanVersion11
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§impl<T> FmtForward for T
impl<T> FmtForward for T
Source§fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
Causes
self to use its Binary implementation when Debug-formatted.Source§fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
Causes
self to use its Display implementation when
Debug-formatted.Source§fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
Causes
self to use its LowerExp implementation when
Debug-formatted.Source§fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
Causes
self to use its LowerHex implementation when
Debug-formatted.Source§fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
Causes
self to use its Octal implementation when Debug-formatted.Source§fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
Causes
self to use its Pointer implementation when
Debug-formatted.Source§fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
Causes
self to use its UpperExp implementation when
Debug-formatted.Source§fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
Causes
self to use its UpperHex implementation when
Debug-formatted.Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Pipe for Twhere
T: ?Sized,
impl<T> Pipe for Twhere
T: ?Sized,
Source§fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
Pipes by value. This is generally the method you want to use. Read more
Source§fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
Borrows
self and passes that borrow into the pipe function. Read moreSource§fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
Mutably borrows
self and passes that borrow into the pipe function. Read moreSource§fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
Source§fn pipe_borrow_mut<'a, B, R>(
&'a mut self,
func: impl FnOnce(&'a mut B) -> R,
) -> R
fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
Source§fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
Borrows
self, then passes self.as_ref() into the pipe function.Source§fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
Mutably borrows
self, then passes self.as_mut() into the pipe
function.Source§fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
Borrows
self, then passes self.deref() into the pipe function.Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
Source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().Source§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
Source§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self is actually part of its subset T (and can be converted to it).Source§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset but without any property checks. Always succeeds.Source§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self to the equivalent element of its superset.Source§impl<T> Tap for T
impl<T> Tap for T
Source§fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
Immutable access to the
Borrow<B> of a value. Read moreSource§fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
Mutable access to the
BorrowMut<B> of a value. Read moreSource§fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
Immutable access to the
AsRef<R> view of a value. Read moreSource§fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
Mutable access to the
AsMut<R> view of a value. Read moreSource§fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
Immutable access to the
Deref::Target of a value. Read moreSource§fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
Mutable access to the
Deref::Target of a value. Read moreSource§fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
Calls
.tap() only in debug builds, and is erased in release builds.Source§fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
Calls
.tap_mut() only in debug builds, and is erased in release
builds.Source§fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
Calls
.tap_borrow() only in debug builds, and is erased in release
builds.Source§fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
Calls
.tap_borrow_mut() only in debug builds, and is erased in release
builds.Source§fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
Calls
.tap_ref() only in debug builds, and is erased in release
builds.Source§fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
Calls
.tap_ref_mut() only in debug builds, and is erased in release
builds.Source§fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
Calls
.tap_deref() only in debug builds, and is erased in release
builds.