#[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: StructureTypep_next: *mut c_voidpoint_clipping_behavior: PointClippingBehaviorImplementations
sourceimpl PhysicalDevicePointClippingProperties
impl PhysicalDevicePointClippingProperties
pub fn builder<'a>() -> PhysicalDevicePointClippingPropertiesBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDevicePointClippingProperties
impl Clone for PhysicalDevicePointClippingProperties
sourcefn clone(&self) -> PhysicalDevicePointClippingProperties
fn clone(&self) -> PhysicalDevicePointClippingProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDevicePointClippingProperties
impl Default for PhysicalDevicePointClippingProperties
sourcefn default() -> PhysicalDevicePointClippingProperties
fn default() -> PhysicalDevicePointClippingProperties
Returns the “default value” for a type. Read more
impl Copy for PhysicalDevicePointClippingProperties
impl ExtendsPhysicalDeviceProperties2 for PhysicalDevicePointClippingProperties
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDevicePointClippingProperties
impl !Send for PhysicalDevicePointClippingProperties
impl !Sync for PhysicalDevicePointClippingProperties
impl Unpin for PhysicalDevicePointClippingProperties
impl UnwindSafe for PhysicalDevicePointClippingProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more