#[repr(C)]pub struct PhysicalDevicePushConstantBankPropertiesNV {
pub s_type: StructureType,
pub 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,
}Expand description
Fields§
§s_type: StructureType§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: u32Trait Implementations§
Source§impl Clone for PhysicalDevicePushConstantBankPropertiesNV
impl Clone for PhysicalDevicePushConstantBankPropertiesNV
Source§fn clone(&self) -> PhysicalDevicePushConstantBankPropertiesNV
fn clone(&self) -> PhysicalDevicePushConstantBankPropertiesNV
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 PartialEq for PhysicalDevicePushConstantBankPropertiesNV
impl PartialEq for PhysicalDevicePushConstantBankPropertiesNV
Source§fn eq(&self, other: &PhysicalDevicePushConstantBankPropertiesNV) -> bool
fn eq(&self, other: &PhysicalDevicePushConstantBankPropertiesNV) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDevicePushConstantBankPropertiesNV
impl Eq for PhysicalDevicePushConstantBankPropertiesNV
impl Send for PhysicalDevicePushConstantBankPropertiesNV
impl StructuralPartialEq for PhysicalDevicePushConstantBankPropertiesNV
impl Sync for PhysicalDevicePushConstantBankPropertiesNV
Auto Trait Implementations§
impl Freeze for PhysicalDevicePushConstantBankPropertiesNV
impl RefUnwindSafe for PhysicalDevicePushConstantBankPropertiesNV
impl Unpin for PhysicalDevicePushConstantBankPropertiesNV
impl UnwindSafe for PhysicalDevicePushConstantBankPropertiesNV
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