#[repr(C)]pub struct VkPhysicalDevicePushDescriptorProperties {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub maxPushDescriptors: u32,
}Expand description
struct VkPhysicalDevicePushDescriptorProperties from VK_VERSION_1_4
Fields§
§sType: VkStructureType§pNext: *mut c_void§maxPushDescriptors: u32Trait Implementations§
Source§impl Clone for VkPhysicalDevicePushDescriptorProperties
impl Clone for VkPhysicalDevicePushDescriptorProperties
Source§fn clone(&self) -> VkPhysicalDevicePushDescriptorProperties
fn clone(&self) -> VkPhysicalDevicePushDescriptorProperties
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkPhysicalDevicePushDescriptorProperties
Auto Trait Implementations§
impl !Send for VkPhysicalDevicePushDescriptorProperties
impl !Sync for VkPhysicalDevicePushDescriptorProperties
impl Freeze for VkPhysicalDevicePushDescriptorProperties
impl RefUnwindSafe for VkPhysicalDevicePushDescriptorProperties
impl Unpin for VkPhysicalDevicePushDescriptorProperties
impl UnsafeUnpin for VkPhysicalDevicePushDescriptorProperties
impl UnwindSafe for VkPhysicalDevicePushDescriptorProperties
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