Struct bedrock::vk::VkPhysicalDevicePointClippingProperties [] [src]

#[repr(C)]
pub struct VkPhysicalDevicePointClippingProperties { pub sType: VkStructureType, pub pNext: *mut c_void, pub pointClippingBehavior: VkPointClippingBehavior, }

Fields

Trait Implementations

impl Clone for VkPhysicalDevicePointClippingProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VkPhysicalDevicePointClippingProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for VkPhysicalDevicePointClippingProperties
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations