#[repr(C)]pub struct PhysicalDeviceShader64BitIndexingFeaturesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader64_bit_indexing: Bool32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§shader64_bit_indexing: Bool32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PhysicalDeviceShader64BitIndexingFeaturesEXT<'a>
impl<'a> PhysicalDeviceShader64BitIndexingFeaturesEXT<'a>
pub fn shader64_bit_indexing(self, shader64_bit_indexing: bool) -> Self
Trait Implementations§
Source§impl<'a> Clone for PhysicalDeviceShader64BitIndexingFeaturesEXT<'a>
impl<'a> Clone for PhysicalDeviceShader64BitIndexingFeaturesEXT<'a>
Source§fn clone(&self) -> PhysicalDeviceShader64BitIndexingFeaturesEXT<'a>
fn clone(&self) -> PhysicalDeviceShader64BitIndexingFeaturesEXT<'a>
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 moreSource§impl<'a> Debug for PhysicalDeviceShader64BitIndexingFeaturesEXT<'a>
impl<'a> Debug for PhysicalDeviceShader64BitIndexingFeaturesEXT<'a>
Source§impl<'a> TaggedStructure for PhysicalDeviceShader64BitIndexingFeaturesEXT<'a>
impl<'a> TaggedStructure for PhysicalDeviceShader64BitIndexingFeaturesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SHADER_64_INDEXING_FEATURES_EXT
impl<'a> Copy for PhysicalDeviceShader64BitIndexingFeaturesEXT<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceShader64BitIndexingFeaturesEXT<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShader64BitIndexingFeaturesEXT<'_>
impl Send for PhysicalDeviceShader64BitIndexingFeaturesEXT<'_>
impl Sync for PhysicalDeviceShader64BitIndexingFeaturesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceShader64BitIndexingFeaturesEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceShader64BitIndexingFeaturesEXT<'a>
impl<'a> Unpin for PhysicalDeviceShader64BitIndexingFeaturesEXT<'a>
impl<'a> UnwindSafe for PhysicalDeviceShader64BitIndexingFeaturesEXT<'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