#[repr(C)]pub struct PhysicalDeviceLineRasterizationFeatures {
pub s_type: StructureType,
pub next: *mut c_void,
pub rectangular_lines: Bool32,
pub bresenham_lines: Bool32,
pub smooth_lines: Bool32,
pub stippled_rectangular_lines: Bool32,
pub stippled_bresenham_lines: Bool32,
pub stippled_smooth_lines: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§rectangular_lines: Bool32§bresenham_lines: Bool32§smooth_lines: Bool32§stippled_rectangular_lines: Bool32§stippled_bresenham_lines: Bool32§stippled_smooth_lines: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceLineRasterizationFeatures
impl Clone for PhysicalDeviceLineRasterizationFeatures
Source§fn clone(&self) -> PhysicalDeviceLineRasterizationFeatures
fn clone(&self) -> PhysicalDeviceLineRasterizationFeatures
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for PhysicalDeviceLineRasterizationFeatures
impl PartialEq for PhysicalDeviceLineRasterizationFeatures
Source§fn eq(&self, other: &PhysicalDeviceLineRasterizationFeatures) -> bool
fn eq(&self, other: &PhysicalDeviceLineRasterizationFeatures) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceLineRasterizationFeatures
impl Eq for PhysicalDeviceLineRasterizationFeatures
impl Send for PhysicalDeviceLineRasterizationFeatures
impl StructuralPartialEq for PhysicalDeviceLineRasterizationFeatures
impl Sync for PhysicalDeviceLineRasterizationFeatures
Auto Trait Implementations§
impl Freeze for PhysicalDeviceLineRasterizationFeatures
impl RefUnwindSafe for PhysicalDeviceLineRasterizationFeatures
impl Unpin for PhysicalDeviceLineRasterizationFeatures
impl UnwindSafe for PhysicalDeviceLineRasterizationFeatures
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