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