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