#[repr(C)]pub struct VkPhysicalDeviceLineRasterizationFeatures {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub rectangularLines: VkBool32,
pub bresenhamLines: VkBool32,
pub smoothLines: VkBool32,
pub stippledRectangularLines: VkBool32,
pub stippledBresenhamLines: VkBool32,
pub stippledSmoothLines: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§rectangularLines: VkBool32
§bresenhamLines: VkBool32
§smoothLines: VkBool32
§stippledRectangularLines: VkBool32
§stippledBresenhamLines: VkBool32
§stippledSmoothLines: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceLineRasterizationFeatures
impl Clone for VkPhysicalDeviceLineRasterizationFeatures
Source§fn clone(&self) -> VkPhysicalDeviceLineRasterizationFeatures
fn clone(&self) -> VkPhysicalDeviceLineRasterizationFeatures
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkPhysicalDeviceLineRasterizationFeatures
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceLineRasterizationFeatures
impl RefUnwindSafe for VkPhysicalDeviceLineRasterizationFeatures
impl !Send for VkPhysicalDeviceLineRasterizationFeatures
impl !Sync for VkPhysicalDeviceLineRasterizationFeatures
impl Unpin for VkPhysicalDeviceLineRasterizationFeatures
impl UnwindSafe for VkPhysicalDeviceLineRasterizationFeatures
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