#[repr(C)]pub struct PhysicalDevicePortabilitySubsetPropertiesKHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub min_vertex_input_binding_stride_alignment: u32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§min_vertex_input_binding_stride_alignment: u32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDevicePortabilitySubsetPropertiesKHR<'a>
impl<'a> PhysicalDevicePortabilitySubsetPropertiesKHR<'a>
pub fn min_vertex_input_binding_stride_alignment( self, min_vertex_input_binding_stride_alignment: u32, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDevicePortabilitySubsetPropertiesKHR<'a>
impl<'a> Clone for PhysicalDevicePortabilitySubsetPropertiesKHR<'a>
source§fn clone(&self) -> PhysicalDevicePortabilitySubsetPropertiesKHR<'a>
fn clone(&self) -> PhysicalDevicePortabilitySubsetPropertiesKHR<'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 moresource§impl<'a> Debug for PhysicalDevicePortabilitySubsetPropertiesKHR<'a>
impl<'a> Debug for PhysicalDevicePortabilitySubsetPropertiesKHR<'a>
source§impl<'a> TaggedStructure for PhysicalDevicePortabilitySubsetPropertiesKHR<'a>
impl<'a> TaggedStructure for PhysicalDevicePortabilitySubsetPropertiesKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_PORTABILITY_SUBSET_PROPERTIES_KHR
impl<'a> Copy for PhysicalDevicePortabilitySubsetPropertiesKHR<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDevicePortabilitySubsetPropertiesKHR<'_>
impl Send for PhysicalDevicePortabilitySubsetPropertiesKHR<'_>
impl Sync for PhysicalDevicePortabilitySubsetPropertiesKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDevicePortabilitySubsetPropertiesKHR<'a>
impl<'a> RefUnwindSafe for PhysicalDevicePortabilitySubsetPropertiesKHR<'a>
impl<'a> Unpin for PhysicalDevicePortabilitySubsetPropertiesKHR<'a>
impl<'a> UnwindSafe for PhysicalDevicePortabilitySubsetPropertiesKHR<'a>
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