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