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