pub struct VulkanAmdMixedAttachmentSamples {}Expand description
struct for VK_AMD_mixed_attachment_samples
Implementations§
Source§impl VulkanAmdMixedAttachmentSamples
impl VulkanAmdMixedAttachmentSamples
pub fn new( _instance: VkInstance, _get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for VulkanAmdMixedAttachmentSamples
impl Clone for VulkanAmdMixedAttachmentSamples
Source§fn clone(&self) -> VulkanAmdMixedAttachmentSamples
fn clone(&self) -> VulkanAmdMixedAttachmentSamples
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VulkanAmdMixedAttachmentSamples
Source§impl Default for VulkanAmdMixedAttachmentSamples
impl Default for VulkanAmdMixedAttachmentSamples
Source§fn default() -> VulkanAmdMixedAttachmentSamples
fn default() -> VulkanAmdMixedAttachmentSamples
Returns the “default value” for a type. Read more
impl VK_AMD_mixed_attachment_samples for VulkanAmdMixedAttachmentSamples
Auto Trait Implementations§
impl Freeze for VulkanAmdMixedAttachmentSamples
impl RefUnwindSafe for VulkanAmdMixedAttachmentSamples
impl Send for VulkanAmdMixedAttachmentSamples
impl Sync for VulkanAmdMixedAttachmentSamples
impl Unpin for VulkanAmdMixedAttachmentSamples
impl UnsafeUnpin for VulkanAmdMixedAttachmentSamples
impl UnwindSafe for VulkanAmdMixedAttachmentSamples
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