#[repr(transparent)]pub struct PFN_vkDestroySampler(pub unsafe extern "system" fn(device: VkDevice, sampler: VkSampler, pAllocator: *const VkAllocationCallbacks));Tuple Fields§
§0: unsafe extern "system" fn(device: VkDevice, sampler: VkSampler, pAllocator: *const VkAllocationCallbacks)Trait Implementations§
Source§impl Clone for PFN_vkDestroySampler
impl Clone for PFN_vkDestroySampler
Source§fn clone(&self) -> PFN_vkDestroySampler
fn clone(&self) -> PFN_vkDestroySampler
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 PFN_vkDestroySampler
impl Debug for PFN_vkDestroySampler
Source§impl PFN for PFN_vkDestroySampler
impl PFN for PFN_vkDestroySampler
Source§impl PartialEq for PFN_vkDestroySampler
impl PartialEq for PFN_vkDestroySampler
impl Copy for PFN_vkDestroySampler
impl Eq for PFN_vkDestroySampler
impl StructuralPartialEq for PFN_vkDestroySampler
Auto Trait Implementations§
impl Freeze for PFN_vkDestroySampler
impl RefUnwindSafe for PFN_vkDestroySampler
impl Send for PFN_vkDestroySampler
impl Sync for PFN_vkDestroySampler
impl Unpin for PFN_vkDestroySampler
impl UnwindSafe for PFN_vkDestroySampler
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