Struct ash::vk::PhysicalDevicePointClippingProperties
source · #[repr(C)]pub struct PhysicalDevicePointClippingProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub point_clipping_behavior: PointClippingBehavior,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§point_clipping_behavior: PointClippingBehavior
Implementations§
source§impl PhysicalDevicePointClippingProperties
impl PhysicalDevicePointClippingProperties
pub fn builder<'a>() -> PhysicalDevicePointClippingPropertiesBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDevicePointClippingProperties
impl Clone for PhysicalDevicePointClippingProperties
source§fn clone(&self) -> PhysicalDevicePointClippingProperties
fn clone(&self) -> PhysicalDevicePointClippingProperties
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 moresource§impl TaggedStructure for PhysicalDevicePointClippingProperties
impl TaggedStructure for PhysicalDevicePointClippingProperties
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES
impl 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 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