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