#[repr(C)]pub struct VkPhysicalDevicePushConstantBankPropertiesNV {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub maxGraphicsPushConstantBanks: u32,
pub maxComputePushConstantBanks: u32,
pub maxGraphicsPushDataBanks: u32,
pub maxComputePushDataBanks: u32,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§maxGraphicsPushConstantBanks: u32§maxComputePushConstantBanks: u32§maxGraphicsPushDataBanks: u32§maxComputePushDataBanks: u32Trait Implementations§
Source§impl Clone for VkPhysicalDevicePushConstantBankPropertiesNV
impl Clone for VkPhysicalDevicePushConstantBankPropertiesNV
Source§fn clone(&self) -> VkPhysicalDevicePushConstantBankPropertiesNV
fn clone(&self) -> VkPhysicalDevicePushConstantBankPropertiesNV
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 moreimpl Copy for VkPhysicalDevicePushConstantBankPropertiesNV
Auto Trait Implementations§
impl Freeze for VkPhysicalDevicePushConstantBankPropertiesNV
impl RefUnwindSafe for VkPhysicalDevicePushConstantBankPropertiesNV
impl !Send for VkPhysicalDevicePushConstantBankPropertiesNV
impl !Sync for VkPhysicalDevicePushConstantBankPropertiesNV
impl Unpin for VkPhysicalDevicePushConstantBankPropertiesNV
impl UnwindSafe for VkPhysicalDevicePushConstantBankPropertiesNV
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