pub struct VulkanArmRasterizationOrderAttachmentAccess {}Expand description
struct for VK_ARM_rasterization_order_attachment_access
Implementations§
Source§impl VulkanArmRasterizationOrderAttachmentAccess
impl VulkanArmRasterizationOrderAttachmentAccess
pub fn new( _instance: VkInstance, _get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for VulkanArmRasterizationOrderAttachmentAccess
impl Clone for VulkanArmRasterizationOrderAttachmentAccess
Source§fn clone(&self) -> VulkanArmRasterizationOrderAttachmentAccess
fn clone(&self) -> VulkanArmRasterizationOrderAttachmentAccess
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 VulkanArmRasterizationOrderAttachmentAccess
Source§impl Default for VulkanArmRasterizationOrderAttachmentAccess
impl Default for VulkanArmRasterizationOrderAttachmentAccess
Source§fn default() -> VulkanArmRasterizationOrderAttachmentAccess
fn default() -> VulkanArmRasterizationOrderAttachmentAccess
Returns the “default value” for a type. Read more
impl VK_ARM_rasterization_order_attachment_access for VulkanArmRasterizationOrderAttachmentAccess
Auto Trait Implementations§
impl Freeze for VulkanArmRasterizationOrderAttachmentAccess
impl RefUnwindSafe for VulkanArmRasterizationOrderAttachmentAccess
impl Send for VulkanArmRasterizationOrderAttachmentAccess
impl Sync for VulkanArmRasterizationOrderAttachmentAccess
impl Unpin for VulkanArmRasterizationOrderAttachmentAccess
impl UnsafeUnpin for VulkanArmRasterizationOrderAttachmentAccess
impl UnwindSafe for VulkanArmRasterizationOrderAttachmentAccess
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