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