#[repr(C)]pub struct VkPipelineRasterizationLineStateCreateInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub lineRasterizationMode: VkLineRasterizationMode,
pub stippledLineEnable: VkBool32,
pub lineStippleFactor: u32,
pub lineStipplePattern: u16,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§lineRasterizationMode: VkLineRasterizationMode
§stippledLineEnable: VkBool32
§lineStippleFactor: u32
§lineStipplePattern: u16
Trait Implementations§
Source§impl Clone for VkPipelineRasterizationLineStateCreateInfo
impl Clone for VkPipelineRasterizationLineStateCreateInfo
Source§fn clone(&self) -> VkPipelineRasterizationLineStateCreateInfo
fn clone(&self) -> VkPipelineRasterizationLineStateCreateInfo
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 VkPipelineRasterizationLineStateCreateInfo
Auto Trait Implementations§
impl Freeze for VkPipelineRasterizationLineStateCreateInfo
impl RefUnwindSafe for VkPipelineRasterizationLineStateCreateInfo
impl !Send for VkPipelineRasterizationLineStateCreateInfo
impl !Sync for VkPipelineRasterizationLineStateCreateInfo
impl Unpin for VkPipelineRasterizationLineStateCreateInfo
impl UnwindSafe for VkPipelineRasterizationLineStateCreateInfo
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