#[repr(C)]pub struct PhysicalDeviceLineRasterizationProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub line_sub_pixel_precision_bits: u32,
}Expand description
VkPhysicalDeviceLineRasterizationProperties
Provided by VK_GRAPHICS_VERSION_1_4.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_PROPERTIES.
p_next: *mut c_voidOptional, may be null.
line_sub_pixel_precision_bits: u32Implementations§
Source§impl PhysicalDeviceLineRasterizationProperties
impl PhysicalDeviceLineRasterizationProperties
Sourcepub fn builder<'a>() -> PhysicalDeviceLineRasterizationPropertiesBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceLineRasterizationPropertiesBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceLineRasterizationProperties
impl Clone for PhysicalDeviceLineRasterizationProperties
Source§fn clone(&self) -> PhysicalDeviceLineRasterizationProperties
fn clone(&self) -> PhysicalDeviceLineRasterizationProperties
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 moreimpl Copy for PhysicalDeviceLineRasterizationProperties
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceLineRasterizationProperties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceLineRasterizationProperties
impl RefUnwindSafe for PhysicalDeviceLineRasterizationProperties
impl !Send for PhysicalDeviceLineRasterizationProperties
impl !Sync for PhysicalDeviceLineRasterizationProperties
impl Unpin for PhysicalDeviceLineRasterizationProperties
impl UnsafeUnpin for PhysicalDeviceLineRasterizationProperties
impl UnwindSafe for PhysicalDeviceLineRasterizationProperties
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