#[repr(C)]pub struct PhysicalDeviceLineRasterizationFeaturesEXT {
pub s_type: StructureType,
pub p_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
§p_next: *mut c_void
§rectangular_lines: Bool32
§bresenham_lines: Bool32
§smooth_lines: Bool32
§stippled_rectangular_lines: Bool32
§stippled_bresenham_lines: Bool32
§stippled_smooth_lines: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceLineRasterizationFeaturesEXT
impl Clone for PhysicalDeviceLineRasterizationFeaturesEXT
source§fn clone(&self) -> PhysicalDeviceLineRasterizationFeaturesEXT
fn clone(&self) -> PhysicalDeviceLineRasterizationFeaturesEXT
Returns a copy 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 TaggedStructure for PhysicalDeviceLineRasterizationFeaturesEXT
impl TaggedStructure for PhysicalDeviceLineRasterizationFeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_LINE_RASTERIZATION_FEATURES_EXT
impl Copy for PhysicalDeviceLineRasterizationFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceLineRasterizationFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceLineRasterizationFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceLineRasterizationFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceLineRasterizationFeaturesEXT
impl !Send for PhysicalDeviceLineRasterizationFeaturesEXT
impl !Sync for PhysicalDeviceLineRasterizationFeaturesEXT
impl Unpin for PhysicalDeviceLineRasterizationFeaturesEXT
impl UnwindSafe for PhysicalDeviceLineRasterizationFeaturesEXT
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