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