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