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