pub type PhysicalDeviceLineRasterizationPropertiesEXT<'a> = PhysicalDeviceLineRasterizationPropertiesKHR<'a>;
Aliased Type§
struct PhysicalDeviceLineRasterizationPropertiesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub line_sub_pixel_precision_bits: u32,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§line_sub_pixel_precision_bits: u32
§_marker: PhantomData<&'a ()>
Implementations
Source§impl<'a> PhysicalDeviceLineRasterizationPropertiesKHR<'a>
impl<'a> PhysicalDeviceLineRasterizationPropertiesKHR<'a>
pub fn line_sub_pixel_precision_bits( self, line_sub_pixel_precision_bits: u32, ) -> Self
Trait Implementations
Source§impl<'a> Clone for PhysicalDeviceLineRasterizationPropertiesKHR<'a>
impl<'a> Clone for PhysicalDeviceLineRasterizationPropertiesKHR<'a>
Source§fn clone(&self) -> PhysicalDeviceLineRasterizationPropertiesKHR<'a>
fn clone(&self) -> PhysicalDeviceLineRasterizationPropertiesKHR<'a>
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 more