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