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