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