#[repr(C)]pub struct PhysicalDevicePushConstantBankFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub push_constant_bank: u32,
}Expand description
VkPhysicalDevicePushConstantBankFeaturesNV
Provided by VK_NV_push_constant_bank.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PUSH_CONSTANT_BANK_FEATURES_NV.
p_next: *mut c_voidOptional, may be null.
push_constant_bank: u32Implementations§
Source§impl PhysicalDevicePushConstantBankFeaturesNV
impl PhysicalDevicePushConstantBankFeaturesNV
Sourcepub fn builder<'a>() -> PhysicalDevicePushConstantBankFeaturesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDevicePushConstantBankFeaturesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDevicePushConstantBankFeaturesNV
impl Clone for PhysicalDevicePushConstantBankFeaturesNV
Source§fn clone(&self) -> PhysicalDevicePushConstantBankFeaturesNV
fn clone(&self) -> PhysicalDevicePushConstantBankFeaturesNV
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 Default for PhysicalDevicePushConstantBankFeaturesNV
impl Default for PhysicalDevicePushConstantBankFeaturesNV
Source§fn default() -> PhysicalDevicePushConstantBankFeaturesNV
fn default() -> PhysicalDevicePushConstantBankFeaturesNV
Returns the “default value” for a type. Read more
impl Copy for PhysicalDevicePushConstantBankFeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDevicePushConstantBankFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevicePushConstantBankFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDevicePushConstantBankFeaturesNV
impl RefUnwindSafe for PhysicalDevicePushConstantBankFeaturesNV
impl !Send for PhysicalDevicePushConstantBankFeaturesNV
impl !Sync for PhysicalDevicePushConstantBankFeaturesNV
impl Unpin for PhysicalDevicePushConstantBankFeaturesNV
impl UnsafeUnpin for PhysicalDevicePushConstantBankFeaturesNV
impl UnwindSafe for PhysicalDevicePushConstantBankFeaturesNV
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